summaryrefslogtreecommitdiff
path: root/src/tparse/tree-value.go
AgeCommit message (Expand)Author
2022-07-13[AST] Fix an issue with parsing lists of valuesKyle Gunger
2022-06-26[AST] ParentheticalsKyle Gunger
2022-04-12Giving priority to comparison operators over boolean opsKyle Gunger
2022-04-10A few fixesKyle Gunger
2022-04-09[PARSE] Hotfix for array indexingKyle Gunger
2021-12-11[EVAL] Still needs some workKyle Gunger
2021-12-03General updatesKyle Gunger
2021-11-22[PARSE] Remove IsBlockKyle Gunger
2021-11-01[AST] Bugfix for type parsingKyle Gunger
2021-10-31[AST] BugfixesKyle Gunger
2021-10-31[AST] more fixes, slight restructureKyle Gunger
2021-10-31[AST] another bugfix for void typesKyle Gunger
2021-10-30[AST] Refactor and unary fixesKyle Gunger
2021-10-30[AST] Return and type fixesKyle Gunger
2021-10-30[AST] Bugfix 'void'Kyle Gunger
2021-10-30[AST] Fixes for some statements in blocksKyle Gunger
2021-10-29[AST] General bugfixesKyle Gunger
2021-10-29[AST] isTypeThenValueKyle Gunger
2021-10-29[AST] Def checkingKyle Gunger
2021-10-29[AST] Statement parsing (incomplete)Kyle Gunger
2021-09-03Massive changes for value and type parsing logicKyle Gunger
2021-08-31Spaghetti code checks for delimiters in valuesKyle Gunger
2021-08-30Scrap old spec, add initial value parsingKyle Gunger
2021-04-30Destroy my own code by using gotoKyle Gunger
2020-11-30Seperate tree code to multiple filesKyle Gunger