summaryrefslogtreecommitdiff
path: root/tnslc/parse/tokenizer.tnsl
AgeCommit message (Collapse)Author
2024-08-06[tnslc] binary operatorsKyle Gunger
2024-08-04[tnslc] Resolve issue with tokenizerKyle Gunger
2024-08-04[tnslc] Function ast barebonesKyle Gunger
2024-08-02type_helper_preKyle Gunger
2024-07-22Struct and module ast handlersKyle Gunger
2024-07-21fix error causing double file closesKyle Gunger
2024-07-21semi-broken file importsKyle Gunger
2024-07-21Basic tokenizerKyle Gunger
2024-07-19Some more tokenization functionalityKyle Gunger
2024-07-19switch tokenization schemeKyle Gunger
2023-02-16Collapse tnslc into a single fileKyle Gunger
2022-10-06Update license dateKyle Gunger
2022-07-05[TNSLC] Fix issue with text literalsKyle Gunger
2022-06-29[TNSLC] General updatesKyle 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-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