Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add readme | Danny van Kooten | 2020-03-15 |
| | |||
* | add basic infix expressions | Danny van Kooten | 2020-03-15 |
| | |||
* | move key check to symbol evaluation branch | Danny van Kooten | 2020-03-15 |
| | |||
* | add number & string literals | Danny van Kooten | 2020-03-15 |
| | |||
* | maybe get ready fur custom parsing... still wrapping my head around the set-up | Danny van Kooten | 2020-03-13 |
| | |||
* | simplify parsers | Danny van Kooten | 2020-03-13 |
| | |||
* | add whitespace control for statements | Danny van Kooten | 2020-03-13 |
| | |||
* | add support for comments | Danny van Kooten | 2020-03-12 |
| | |||
* | add hashmap_resolve which handles dot notation | Danny van Kooten | 2020-03-12 |
| | |||
* | dot notation in hashmaps | Danny van Kooten | 2020-03-12 |
| | |||
* | add vector type | Danny van Kooten | 2020-03-12 |
| | |||
* | evaluate for blocks correctly | Danny van Kooten | 2020-03-12 |
| | |||
* | add first template tests | Danny van Kooten | 2020-03-12 |
| | |||
* | add some more test helpers | Danny van Kooten | 2020-03-12 |