aboutsummaryrefslogtreecommitdiffstats
path: root/main/exception/InterpreterException.java
Commit message (Expand)AuthorAgeFilesLines
* Restructure project for use with mavenJan Tuomi2016-07-261-53/+0
* Add multiplication and division operationsJan Tuomi2016-07-261-1/+0
* Add double type and fix exception typesJan Tuomi2016-07-261-5/+11
* Added scopes, variables and functionsJan Tuomi2016-07-261-1/+3
* Implemented general enhancementsJan Tuomi2016-07-261-9/+9
* Grammar now uses reverse polish notationJan Tuomi2016-07-261-12/+21
* Add interpreter and ASTJan Tuomi2016-07-261-4/+8
* Add tokenizer, parser and support for certain operationsJan Tuomi2016-07-261-0/+33