summaryrefslogtreecommitdiff
path: root/tnslc/parse
AgeCommit message (Collapse)Author
2022-06-29[TNSLC] General updatesKyle Gunger
2022-05-05Add methods to crash in a defined wayKyle Gunger
2022-05-02[TNSLC] AST UpdatesKyle Gunger
- Change how string_equate works - Call AST Node generator from main - Flush out ast.tnsl - Add a few initial methods to AST - Move some code from token.tnsl to parse.tnsl
2022-04-18Add tokenizer support for stringsKyle Gunger
2022-04-13Include ast, add function to print tokensKyle Gunger
2022-04-13Fix comments and add to token printer.Kyle Gunger
2022-04-13Numeric literalsKyle Gunger
2022-04-12Update tnslcKyle Gunger
2022-04-11Remove src foldersKyle Gunger