/bfuk

Curses brainfuck interpreter

Primary LanguageC++

bfuk

Curses-based brainfuck interpreter

bfuk [<program.b>]

If no program is identified, then an example program is run

Any character not identified as a brainfuck instruction is ignored (but presented so you can comment your code)

Controls

  • [space]: pause and continue the execution
  • q: quit the program