aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* allocate precisely for output bufferDanny van Kooten2020-03-17
|
* add support for {% else %} statementsDanny van Kooten2020-03-17
|
* re-use parser between template() callsDanny van Kooten2020-03-17
|
* add syntax hint to code block"Danny van Kooten2020-03-16
|
* add if statements & use object values internallyDanny van Kooten2020-03-16
|
* return old values when inserting or removing from hashmapDanny van Kooten2020-03-16
|
* use MIT licenseDanny van Kooten2020-03-15
|
* add readmeDanny van Kooten2020-03-15
|
* add basic infix expressionsDanny van Kooten2020-03-15
|
* move key check to symbol evaluation branchDanny van Kooten2020-03-15
|
* add number & string literalsDanny van Kooten2020-03-15
|
* maybe get ready fur custom parsing... still wrapping my head around the set-upDanny van Kooten2020-03-13
|
* simplify parsersDanny van Kooten2020-03-13
|
* add whitespace control for statementsDanny van Kooten2020-03-13
|
* add support for commentsDanny van Kooten2020-03-12
|
* add hashmap_resolve which handles dot notationDanny van Kooten2020-03-12
|
* dot notation in hashmapsDanny van Kooten2020-03-12
|
* add vector typeDanny van Kooten2020-03-12
|
* evaluate for blocks correctlyDanny van Kooten2020-03-12
|
* add first template testsDanny van Kooten2020-03-12
|
* add some more test helpersDanny van Kooten2020-03-12
|
* move files to src/ subdirDanny van Kooten2020-03-12
|
* add test for hashmapDanny van Kooten2020-03-12
|
* start evaluationDanny van Kooten2020-03-11
|
* initial commitDanny van Kooten2020-03-11