/brainfuck-haskell

Primary LanguageBrainfuckBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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.