2023-12-01 14:07:33 +01:00
2023-12-01 14:07:33 +01:00
2023-12-01 14:07:33 +01:00
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

Description
No description provided
Readme 39 KiB
Languages
C 83.3%
Makefile 16.7%