Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-08-23 | Read from stdin by default and add option to read from fileHEADmaster | Florian Czarnecki | 1 | -6/+24 |
2020-07-21 | Fix stack overflow when an unexpected symbol occurs | Florian Czarnecki | 1 | -1/+2 |
2020-07-17 | Print better error messages | Florian Czarnecki | 2 | -9/+5 |
2020-07-17 | Rename UNARY_MINUS to NEG and remove UNARY_PLUS | Florian Czarnecki | 3 | -6/+3 |
2020-07-17 | Factor unary/binary ast creation out into seperate functions | Florian Czarnecki | 1 | -25/+49 |
2020-07-17 | Simple parser for mathematical expressions | Florian Czarnecki | 6 | -0/+260 |