summaryrefslogtreecommitdiff
path: root/tnslc/util.tnsl
AgeCommit message (Collapse)Author
2022-09-20Add ability to splice own asm code inKyle Gunger
2022-09-20Generate a dummy fileKyle Gunger
2022-09-15Fix string from intKyle Gunger
2022-09-14Focus on ASM generation instead of raw binaryKyle 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-13Numeric literalsKyle Gunger