Moderately optimizing BF interpreter (bff) is a relatively fast (due to the moderate optimizations) BrainF*** language interpreter written in portable C.
| Tags | Software Development Interpreters |
|---|---|
| Licenses | BSD Revised |
| Operating Systems | OS Independent |
| Implementation | C |
Recent releases


Release Notes: This version fixes a bug where programs starting with < > were not handled correctly.


Release Notes: This release further optimizes the main loop to double its speed. It has been promoted from 'slightly' to 'moderately' optimizing interpreter as a result of that.


Release Notes: This release was tweaked to compile with MSVC and an option to read program input from a file was added.


Release Notes: The cell array is now automatically grown when exhausted, and an input can be read from the file.


No changes have been submitted for this release.