Skip to content

Releases: mrmaxguns/MaxBF

Version 0.2.0

06 Feb 19:13

Choose a tag to compare

  • 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

14 Jan 05:00

Choose a tag to compare

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