bff 1.0.3.1 review
Download
|
|
bff is a moderately optimizing BF interpreter and a relatively fast (due to the moderate optimizations) Brainfuck language interpreter written in portable C.
Installation
To build with GNU tools run
make
To install in /usr/bin (not sure why you'd be wanting this though)
make install
To clean up the build files
make clean
What's New in This Release:
fixed a bug where programs starting with < or > command were not handled properly
bff 1.0.3.1 keywords