Skip to content

p3rsik/brainfuck-haskell

Repository files navigation

brainfuck_haskell

My brainfuck interpreter written in haskell.

Compiling

Clone the repository, cd into it and run stack init

Running

On linux:

  • ./main [8,16] [-O2] brainfuck_prog
  • Where 8 and 16 is cell wide in bits and -O2 is lvl of optimization.
  • Default configuration(when no args supplied) is 8 -O2.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published