summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-14Make scope aware of call tmp variables when callingKyle Gunger
2023-05-14Proper calling testKyle Gunger
2023-05-13Update README.mdKyle Gunger
2023-05-13Update README.mdKyle Gunger
2023-05-13Hello world in tnslKyle Gunger
2023-05-13Partially fix callsKyle Gunger
2023-05-13Add tmp variables, break callsKyle Gunger
2023-03-26Remove pointless test filesKyle Gunger
2023-03-26Fix bug for functions with no returnKyle Gunger
2023-03-26Order of operations fix for eval_valueKyle Gunger
2023-03-26Fixes for method callingKyle Gunger
2023-03-26Fix multiple issuesKyle Gunger
+ Fix calling with multiple arguments + Fix issue with stack positioning + Fix issue with alt in _eval_value
2023-03-26Fixed multiple simple parametersKyle Gunger
2023-03-26Initual function callingKyle Gunger
2023-03-25Pre-generate function signatures in modulesKyle Gunger
2023-03-24Parse input parametersKyle Gunger
2023-03-24Better character literal parsingKyle Gunger
2023-03-24Update index solverKyle Gunger
2023-03-23Make `self` a valid name in method blocksKyle Gunger
2023-03-23Simple if and loop statementsKyle Gunger
2023-03-21Wrapper blocks for cf + clean todosKyle Gunger
2023-03-19Changes to how the eval_* funcs workKyle Gunger
2023-03-19Updated loggingKyle Gunger
2023-03-19Array fixesKyle Gunger
2023-03-18Fix set + proper member variablesKyle Gunger
2023-03-18Fix for multiline struct definitionsKyle Gunger
2023-03-18File level ASM + Change scope namingKyle Gunger
2023-03-18Reference and dereferenceKyle Gunger
2023-03-16Fairly done with Variable structKyle Gunger
have a bit more to do for 'set' function
2023-03-05Struct testing, fixup _dot_evalKyle Gunger
~ Structs still do not work, but have a standard representation now
2023-03-05Get more basic code gen workingKyle Gunger
+ bitwise and, or, xor + negate values + fix basic variable setting + fix windows based line endings
2023-03-03Refactor Variable structKyle Gunger
2023-02-22Apprehensive multiplication and divisionKyle Gunger
2023-02-22basic addition and subtractionKyle Gunger
2023-02-21Basic return values (globals and constants)Kyle Gunger
2023-02-21Fix up add, sub, and set on variablesKyle Gunger
2023-02-21Bugfix for method labelsKyle Gunger
2023-02-20initial loop for block compilingKyle Gunger
2023-02-17Add enum variables and file defs to module listingsKyle Gunger
2023-02-17Fix type finding bug, test private modulesKyle Gunger
2023-02-17Support modulesKyle Gunger
2023-02-17File level definitionsKyle Gunger
2023-02-16Struct in struct definitionKyle Gunger
2023-02-16Switch name from compile.tnsl to tnslc.tnslKyle Gunger
2023-02-16Collapse tnslc into a single fileKyle Gunger
2023-01-03Basic addition and subtractionKyle Gunger
2022-12-30Small fix for vtrack setupKyle Gunger
2022-12-30Gen asm to fix registers after a callKyle Gunger
2022-12-23Add initial value functionsKyle Gunger
2022-12-17Change charp to uint8Kyle Gunger
+ Change charp to uint8 + Start value abstraction