Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 323 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 323 Bytes

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