summaryrefslogtreecommitdiff
path: root/tnslc/simple.tnsl
AgeCommit message (Collapse)Author
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-19Changes to how the eval_* funcs workKyle Gunger
2023-03-19Array fixesKyle Gunger
2023-03-18Fix set + proper member variablesKyle Gunger
2023-03-18Fix for multiline struct definitionsKyle 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-02-22Apprehensive multiplication and divisionKyle Gunger
2023-02-22basic addition and subtractionKyle Gunger
2023-02-21Basic return values (globals and constants)Kyle Gunger