aboutsummaryrefslogtreecommitdiffstats
path: root/main/core/parser/ast
Commit message (Expand)AuthorAgeFilesLines
* Restructure project for use with mavenJan Tuomi2016-07-2621-762/+0
* Add multiplication and division operationsJan Tuomi2016-07-263-0/+108
* Add double type and fix exception typesJan Tuomi2016-07-264-4/+28
* Add builtin function 'out'Jan Tuomi2016-07-261-0/+1
* Add negation operatorJan Tuomi2016-07-262-0/+65
* Add boolean literals 'true' and 'false'Jan Tuomi2016-07-261-0/+30
* Add if branch token and nodeJan Tuomi2016-07-268-9/+57
* Add string literalsJan Tuomi2016-07-261-0/+27
* Added scopes, variables and functionsJan Tuomi2016-07-264-3/+92
* Implemented general enhancementsJan Tuomi2016-07-2610-8/+275
* Grammar now uses reverse polish notationJan Tuomi2016-07-266-107/+27
* Add interpreter and ASTJan Tuomi2016-07-262-2/+5
* Add tokenizer, parser and support for certain operationsJan Tuomi2016-07-266-0/+180