summaryrefslogtreecommitdiff
path: root/tests/block-test.tnsl
AgeCommit message (Collapse)Author
2021-12-03General updatesKyle Gunger
+ Fill out eval a little and make sure that this builds. ~ CF kinda broken in AST. Gonna have to fix that. Upcoming Parser update.
2021-10-29[AST] Statement parsing (incomplete)Kyle Gunger
Still need to figure out a check for a type followed by a value
2021-04-30Destroy my own code by using gotoKyle 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-04TestsKyle Gunger
+ Add initial tests ~ Some tests fail. These bugs will warrent a section in the readme.