summaryrefslogtreecommitdiff
path: root/src/tparse
AgeCommit message (Collapse)Author
2021-08-01Split main fileKyle Gunger
2021-05-03fixed bug caused by previous bugfixKyle 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
2020-11-18Remove link to parent from nodesKyle Gunger
2020-11-17small error updateKyle Gunger
2020-11-17Parse list/value list fixesKyle Gunger
2020-11-17Write value list parserKyle Gunger
2020-11-16Start of parselist funcKyle Gunger
2020-11-06Start work on AST generationKyle Gunger
2020-09-20Basic updatesKyle Gunger
- Move preprocessor to it's own file - Begin working on new delimiters - Begin working on blocks in the tree
2020-07-08Update tree structureKyle Gunger
2020-07-03Extra NumbersKyle Gunger
+ Add line and character numbers to tokens + Impliment line and character numbers ~ Line and char nums start at 0 for now ~ There's this itch in my mind like something is broken
2020-06-28[Bugfix] Literals and CommentsKyle Gunger
+ Fix literal value parsing + Remove comments from the tokenized result
2020-06-28[Initial parser] Upload existingKyle Gunger