Releases: mrmaxguns/MaxBF
Releases · mrmaxguns/MaxBF
Version 0.2.0
- Added sleek CLI:
Usage: maxbf [OPTIONS] FILE A bulletproof interpreter for Brainfuck. -h, --help Print a help message -v, --version Print current MaxBF version -i, --input-file=FILE Specify a file as input for the brainfuck program -o, --output-file=FILE Specify a file as output for the brainfuck program -d, --debug Enable the # command for debugging - Added the
#debug command - General refactoring and spelling fixes
NOTE: This is an initial development release. The API is subject to change at any time.
Full Changelog: v0.1.0...v0.2.0
Version 0.1.0
This is the first release of MaxBF 🎉
Features:
- Program input from files. I/O from stdin and stdout.
- All 8 standard Brainfuck commands.
- Testing and documentation.
NOTE: This is an initial development release. The API is subject to change at any time.
Full Changelog: https://github.com/mrmaxguns/MaxBF/commits/v0.1.0