summaryrefslogtreecommitdiff
path: root/src/tparse/tree-statement.go
AgeCommit message (Expand)Author
2021-11-22[PARSE] Remove IsBlockKyle Gunger
2021-11-02[EXEC] General changes, refactoringKyle Gunger
2021-10-31[AST] BugfixesKyle Gunger
2021-10-31[AST] Enum and method blocksKyle Gunger
2021-10-31[AST] Add initial operator and module casesKyle Gunger
2021-10-31[AST] Handle control flow blocksKyle Gunger
2021-10-30[AST] Refactor and unary fixesKyle Gunger
2021-10-30[AST] Return and type fixesKyle Gunger
2021-10-30[AST] Properly address "return"Kyle Gunger
2021-10-30[AST] Fixes for some statements in blocksKyle Gunger
2021-10-29[AST] isTypeThenValueKyle Gunger
2021-10-29[HOTFIX] Actually call a functionKyle Gunger
2021-10-29[AST] Def checkingKyle Gunger
2021-10-29[AST] Statement parsing (incomplete)Kyle Gunger
2021-08-01Split main fileKyle Gunger
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