summaryrefslogtreecommitdiff
path: root/src/tparse/tree-list.go
AgeCommit message (Collapse)Author
2022-07-13[AST] Hotfix: value list parsing for definitionsKyle Gunger
2022-07-13[AST] Fix an issue with parsing lists of valuesKyle Gunger
2021-11-22[PARSE] Remove IsBlockKyle Gunger
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-30[AST] Bugfix 'void'Kyle Gunger
Basic bugfix to get void types parsing. Hopefuly this fixes other bugs too.
2021-10-30[AST] Fixes for some statements in blocksKyle Gunger
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-05-03tokenizer bug fixKyle Gunger
2021-04-30Destroy my own code by using gotoKyle Gunger
2020-12-06Small updateKyle Gunger
2020-11-30Seperate tree code to multiple filesKyle Gunger