summaryrefslogtreecommitdiff
path: root/tnslc/simple.tnsl
AgeCommit message (Expand)Author
2024-03-25Remove old parser filesKyle Gunger
2023-08-31Updates to include new c_wrapKyle Gunger
2023-08-04Add tests to tokenizerKyle Gunger
2023-07-26Division fixesKyle Gunger
2023-07-07Returns inside of complex operationsKyle Gunger
2023-05-15Fix initial struct callingKyle Gunger
2023-05-15Fixed struct returns (struct calls still do not work)Kyle Gunger
2023-05-14Fix an issue with tmp vars of ref typeKyle Gunger
2023-05-14Indexing and proper string decompKyle Gunger
2023-05-13Add tmp variables, break callsKyle Gunger
2023-03-26Order of operations fix for eval_valueKyle Gunger
2023-03-26Fixes for method callingKyle Gunger
2023-03-26Fix multiple issuesKyle Gunger
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
2023-03-05Struct testing, fixup _dot_evalKyle Gunger
2023-03-05Get more basic code gen workingKyle 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