Skip to content

luos/brainfuck-haskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

brainfuck-haskell

A brainfuck parser implemented in haskell

Finally nested loops are working!

Sierpinski generated into sierpinski_output.txt

If you want to run your own code:


ghci brainfuck.hs 

let s = newState "brainfuck code"
run s

if you want to run step by step you can run:

let nextState = step state

This was a learning excercise for me, code may not be the best.

About

A brainfuck parser implemented in haskell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published