summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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