bff/README.md

439 B

BFF

BFF (BrainFuck Fucker) is a really simple Brainfuck interpreter in c

Usage

$ make 
$ ./bff <program.bf>

TODO

  • Faster loops by keeping the position of the previous '[' or ']'

Resources