Skip to content

Releases: fabianishere/brainfuck

v2.7.3

08 Nov 10:01
2.7.3
5941523
Compare
Choose a tag to compare

This release fixes an issue with the overflow handling code in the interpreter. See #77 for more details.

Thanks @radarek for reporting this issue!

I have moved the version to 2.7.3 to align with the version number that is reported by the interpreter itself.

2.7.1

29 Aug 21:07
Compare
Choose a tag to compare
  • Add a make install option (#52)
  • Add option to install a shared library (#48)
  • Add Travis CI integration (#46)
  • Add option to toggle an editline enabled build (#43)

2.7.0

25 Aug 13:32
Compare
Choose a tag to compare
  • add basic readline functionality from the NetBSD editline library to interactive console.
  • reduce newline output in interactive console as to make it more like other consoles.
  • read in only one byte of input on the , command, as per the bf language specification.
  • make codebase c89 compatible