aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/com/jantuomi/tunkki/Tunkki.java
Commit message (Collapse)AuthorAgeFilesLines
* Include calls now always return an object containing the library scopemasterjantuomi2016-08-301-1/+5
| | | | Resolves #15
* Refactor TunkkiError to subclassesJan Tuomi2016-08-021-1/+1
| | | | | Make TunkkiError abstract and create a subclass for all error types Change all TunkkiError throws to throw subclasses instead
* Move tokenizer package under parser packagejantuomi2016-08-011-2/+2
|
* Read project version from file in root directoryjantuomi2016-08-011-1/+2
| | | | The version file is called 'VERSION' and contains only the version info in one line.
* Rename debug mode to AST mode for clarityjantuomi2016-08-011-4/+2
|
* Implement enhanced REPL, relates to #13Jan Tuomi2016-07-311-0/+83
Add command history and welcome message