| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add multiplication and division operations | Jan Tuomi | 2016-07-26 | 4 | -16/+160 |
| * | Add double type and fix exception types | Jan Tuomi | 2016-07-26 | 10 | -19/+202 |
| * | Add builtin function 'out' | Jan Tuomi | 2016-07-26 | 1 | -0/+1 |
| * | Add negation operator | Jan Tuomi | 2016-07-26 | 2 | -0/+65 |
| * | Add boolean literals 'true' and 'false' | Jan Tuomi | 2016-07-26 | 4 | -14/+45 |
| * | Add if branch token and node | Jan Tuomi | 2016-07-26 | 10 | -11/+94 |
| * | Add string literals | Jan Tuomi | 2016-07-26 | 1 | -0/+27 |
| * | Added scopes, variables and functions | Jan Tuomi | 2016-07-26 | 5 | -4/+94 |
| * | Implemented general enhancements | Jan Tuomi | 2016-07-26 | 16 | -19/+396 |
| * | Grammar now uses reverse polish notation | Jan Tuomi | 2016-07-26 | 10 | -348/+108 |
| * | Add interpreter and AST | Jan Tuomi | 2016-07-26 | 5 | -38/+155 |
| * | Add tokenizer, parser and support for certain operations | Jan Tuomi | 2016-07-26 | 9 | -0/+378 |
