- 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.
- add version option
- add break token for debugging.
- fix some strings.
- rename multiple methods.
- rewrite multiple methods.
- add examples.
- support for piping again.
- interactive console.
- fix for multiple segmentation faults.
- rewrite source code.
- rewrite source code.
- improve CLI.
- piping support.
- tweak output messages.
- first stable release.