bff 1.0.3.1 review

Download
by rbytes.net on

License: BSD License
File size: 2K
Developer: Alex Pankratov
0 stars award from rbytes.net

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