summaryrefslogtreecommitdiff
path: root/tnslc/simple.tnsl
AgeCommit message (Collapse)Author
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