Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-03 | [PARSE] Fix hex parsing | Kyle Gunger | |
~ Apparently CF does work, it was probably just something on my end + Fix parsing of numeric literals with bases other than 10 | |||
2021-12-03 | General updates | Kyle 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-30 | Destroy my own code by using goto | Kyle Gunger | |
2020-11-06 | Start work on AST generation | Kyle Gunger | |
2020-09-20 | Basic updates | Kyle Gunger | |
- Move preprocessor to it's own file - Begin working on new delimiters - Begin working on blocks in the tree |