Go to file
2023-12-01 15:46:12 +01:00
Examples ex: show all printable ascii characters 2023-12-01 15:46:12 +01:00
.gitignore Install in makefile 2023-12-01 14:07:33 +01:00
bff.c Install in makefile 2023-12-01 14:07:33 +01:00
Makefile Install in makefile 2023-12-01 14:07:33 +01:00
README.md First finished version 2023-10-26 14:15:26 +02:00

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