| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Resolves #15
|
| | |
|
| | |
|
| |
|
|
|
| |
Make TunkkiError abstract and create a subclass for all error types
Change all TunkkiError throws to throw subclasses instead
|
| |
|
|
|
|
|
|
| |
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
|
|
|
Add command history and welcome message
|