Releases: fabianishere/brainfuck
Releases · fabianishere/brainfuck
v2.7.3
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
- 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
- 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