aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/com/jantuomi/tunkki/repl
Commit message (Collapse)AuthorAgeFilesLines
* Add multiline input to REPLjantuomi2016-08-011-8/+27
| | | | | | | | Fix bug where REPL input is echoed back Fix bug where an exclamation point would cause a JLine event exception Input can now be continued on the next line with a '\' character at the end of the line. The character will be disregarded as whitespace in the parser. Resolves #13
* Implement enhanced REPL, relates to #13Jan Tuomi2016-07-311-0/+52
Add command history and welcome message