summaryrefslogtreecommitdiff
path: root/src/tparse/tree.go
AgeCommit message (Collapse)Author
2021-08-01Split main fileKyle Gunger
2021-04-30Destroy my own code by using gotoKyle 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