aboutsummaryrefslogtreecommitdiffstats
path: root/main/core/parser/ast/AdditionNode.java
Commit message (Expand)AuthorAgeFilesLines
* Restructure project for use with mavenJan Tuomi2016-07-261-39/+0
* Add double type and fix exception typesJan Tuomi2016-07-261-1/+8
* Add if branch token and nodeJan Tuomi2016-07-261-1/+2
* Implemented general enhancementsJan Tuomi2016-07-261-7/+2
* Grammar now uses reverse polish notationJan Tuomi2016-07-261-15/+15
* Add interpreter and ASTJan Tuomi2016-07-261-1/+3
* Add tokenizer, parser and support for certain operationsJan Tuomi2016-07-261-0/+34