Examples | ||
.gitignore | ||
bff.c | ||
Makefile | ||
README.md |
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
- The wikipedia's BrainFuck Design Language: https://en.wikipedia.org/wiki/Brainfuck#Language_design