aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Create README.mdJan T2016-07-271-0/+11
|
* Fix include functionjantuomi2016-07-271-1/+2
|
* Function calls are now made with call marker '?' and terminator token '!'.Jan Tuomi2016-07-2611-80/+81
|
* Rename BorkError to TunkkiErrorJan Tuomi2016-07-2648-126/+126
|
* Rename builtins out and in to output and inputJan Tuomi2016-07-263-8/+8
|
* Rename project to tunkkiJan Tuomi2016-07-2683-309/+397
|
* Restructure classesJan Tuomi2016-07-2646-121/+122
|
* Restructure project for use with mavenJan Tuomi2016-07-2693-790/+820
|
* Add multiplication and division operationsJan Tuomi2016-07-2610-19/+260
|
* Add double type and fix exception typesJan Tuomi2016-07-2615-37/+244
|
* Fix comment token regexJan Tuomi2016-07-262-15/+4
|
* Add builtin function 'as_int'Jan Tuomi2016-07-263-9/+61
|
* Add builtin function 'concat'Jan Tuomi2016-07-263-1/+40
|
* Add builtin function 'in'Jan Tuomi2016-07-263-0/+43
|
* Add builtin function 'out'Jan Tuomi2016-07-267-4/+88
|
* Add negation operatorJan Tuomi2016-07-266-2/+110
|
* Add boolean literals 'true' and 'false'Jan Tuomi2016-07-268-15/+91
|
* Add if branch token and nodeJan Tuomi2016-07-2620-34/+171
|
* Add string literalsJan Tuomi2016-07-265-6/+77
|
* Added scopes, variables and functionsJan Tuomi2016-07-2620-27/+336
|
* Implemented general enhancementsJan Tuomi2016-07-2637-51/+857
|
* Grammar now uses reverse polish notationJan Tuomi2016-07-2622-446/+334
|
* Add interpreter and ASTJan Tuomi2016-07-2613-54/+274
|
* Add tokenizer, parser and support for certain operationsJan Tuomi2016-07-2623-0/+1038
|
* Initial commitJan T2016-07-262-0/+33