Skip to content

Releases: profan/yet-another-brainfuck-interpreter

Hotfix release v1.2

21 May 20:20
Compare
Choose a tag to compare

Changes:

  • Exit properly from load_instr function when invalid instruction input received.
  • Actually look at error code received from load_instr in main, exit early if error occurs.

Hotfix release v1.1

06 Jul 14:45
Compare
Choose a tag to compare

Changes:

  • Fixed a bug relating to old memory contents remaining if same brain was used for two different programs consecutively.

Initial release.

04 Jul 09:16
Compare
Choose a tag to compare

First release of brainfuck interpreter.