| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Restructure project for use with maven | Jan Tuomi | 2016-07-26 | 1 | -298/+0 |
| * | Add multiplication and division operations | Jan Tuomi | 2016-07-26 | 1 | -0/+16 |
| * | Add negation operator | Jan Tuomi | 2016-07-26 | 1 | -0/+4 |
| * | 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 | -5/+12 |
| * | Add string literals | Jan Tuomi | 2016-07-26 | 1 | -0/+2 |
| * | Added scopes, variables and functions | Jan Tuomi | 2016-07-26 | 1 | -1/+5 |
| * | Implemented general enhancements | Jan Tuomi | 2016-07-26 | 1 | -10/+57 |
| * | Grammar now uses reverse polish notation | Jan Tuomi | 2016-07-26 | 1 | -2/+55 |
| * | Add interpreter and AST | Jan Tuomi | 2016-07-26 | 1 | -0/+4 |
| * | Add tokenizer, parser and support for certain operations | Jan Tuomi | 2016-07-26 | 1 | -0/+158 |
