summaryrefslogtreecommitdiff
path: root/src/tparse/tree-preproc.go
AgeCommit message (Collapse)Author
2021-10-31[AST] Handle control flow blocksKyle Gunger
+ Initial support for control flow blocks. Things will be fixed as I find bugs.
2021-10-29[AST] General bugfixesKyle Gunger
We have emerged into the testing phase of the AST. Very basic statements seem to parse here, but not much else.
2021-08-30Scrap old spec, add initial value parsingKyle Gunger