| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Restructure project for use with maven | Jan Tuomi | 2016-07-26 | 1 | -119/+0 |
| | | |||||
| * | Add multiplication and division operations | Jan Tuomi | 2016-07-26 | 1 | -2/+6 |
| | | |||||
| * | Fix comment token regex | Jan Tuomi | 2016-07-26 | 1 | -1/+1 |
| | | |||||
| * | Add builtin function 'out' | Jan Tuomi | 2016-07-26 | 1 | -1/+1 |
| | | |||||
| * | Add negation operator | Jan Tuomi | 2016-07-26 | 1 | -0/+1 |
| | | |||||
| * | Add boolean literals 'true' and 'false' | Jan Tuomi | 2016-07-26 | 1 | -0/+3 |
| | | |||||
| * | Add if branch token and node | Jan Tuomi | 2016-07-26 | 1 | -1/+1 |
| | | |||||
| * | Added scopes, variables and functions | Jan Tuomi | 2016-07-26 | 1 | -1/+1 |
| | | |||||
| * | Implemented general enhancements | Jan Tuomi | 2016-07-26 | 1 | -5/+11 |
| | | |||||
| * | Grammar now uses reverse polish notation | Jan Tuomi | 2016-07-26 | 1 | -2/+2 |
| | | |||||
| * | Add interpreter and AST | Jan Tuomi | 2016-07-26 | 1 | -5/+10 |
| | | |||||
| * | Add tokenizer, parser and support for certain operations | Jan Tuomi | 2016-07-26 | 1 | -0/+100 |
