bf is a simple, fast interpreter for the esoteric programming language Brainfuck.
| Tags | Software Development Interpreters |
|---|---|
| Licenses | GPL |
| Operating Systems | Unix POSIX |
| Implementation | C |
Recent releases


Release Notes: Speed has been greatly improved. The input mode option is changed. Now there are 8 possible modes (-i000 to -i111) instead of 5 (-,0 to -,4). S-Lang library usage has been removed. The ancient -i option is unnecessary and thus has been removed. A new -f option has been introduced to avoid extensive flushing.


Release Notes: This version interprets much faster, and the -d option was removed.


Release Notes: bf is now faster.


Release Notes: bf can be compiled and used without slang now. Signal-catching was added. GCC optimizations are used now.


Release Notes: This release fixes a bug with the "-," option; Slang input modes now work correctly. A "-n" option, which translates "\n" input to "\0", has been added.