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