summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-08Update tree structureKyle Gunger
2020-07-04TestsKyle Gunger
+ Add initial tests ~ Some tests fail. These bugs will warrent a section in the readme.
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-07-01Add Apache 2.0 LicenceKyle Gunger
2020-06-28Update examp.tnslKyle Gunger
2020-06-28Update README.mdKyle Gunger
2020-06-28Update examp.tnslKyle Gunger
2020-06-28Create README.mdKyle Gunger
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