Releases: rien333/brainfuck
Releases · rien333/brainfuck
2.6.7
- 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.