Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add operator precedence | Danny van Kooten | 2020-03-19 |
| | |||
* | wip | Danny van Kooten | 2020-03-19 |
| | |||
* | add support for multi-level inheritance (depth > 1) | Danny van Kooten | 2020-03-18 |
| | |||
* | clean-up environment in env_free(). add hashmap_walk function for visiting ↵ | Danny van Kooten | 2020-03-18 |
| | | | | all values in a hashmap. | ||
* | add tests for whitespace control | Danny van Kooten | 2020-03-18 |
| | |||
* | add whitespace control for statements | Danny van Kooten | 2020-03-18 |
| | |||
* | inheritance working for depth 1 | Danny van Kooten | 2020-03-18 |
| | |||
* | more preparation for supporting inheritance | Danny van Kooten | 2020-03-18 |
| | |||
* | first stab at supporting template inheritance | Danny van Kooten | 2020-03-17 |
| | |||
* | allocate precisely for output buffer | Danny van Kooten | 2020-03-17 |
| | |||
* | add support for {% else %} statements | Danny van Kooten | 2020-03-17 |
| | |||
* | add if statements & use object values internally | Danny van Kooten | 2020-03-16 |
| | |||
* | add basic infix expressions | Danny van Kooten | 2020-03-15 |
| | |||
* | add number & string literals | Danny van Kooten | 2020-03-15 |
| | |||
* | add whitespace control for statements | Danny van Kooten | 2020-03-13 |
| | |||
* | add support for comments | 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 |