Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implement error handling in operators and functions | NerdyPepper | 2019-03-23 | 1 | -25/+33 |
| | |||||
* | use dirty precedence hack to fix unary once and for all | NerdyPepper | 2019-03-23 | 1 | -4/+7 |
| | |||||
* | fix unary operator lexing | NerdyPepper | 2019-03-23 | 1 | -4/+21 |
| | |||||
* | add hyperbolic trignometric functions, tabularize | NerdyPepper | 2019-03-22 | 1 | -10/+13 |
| | |||||
* | major refactor, lexer is easier to read | NerdyPepper | 2019-03-22 | 1 | -29/+41 |
| | |||||
* | flatten lexer | NerdyPepper | 2019-03-22 | 1 | -12/+7 |
| | |||||
* | support unary operators (minus and plus) | NerdyPepper | 2019-03-22 | 1 | -3/+19 |
| | |||||
* | add floor and ceil fn | NerdyPepper | 2019-03-22 | 1 | -0/+2 |
| | |||||
* | refactor into modules | NerdyPepper | 2019-03-21 | 1 | -0/+145 |