summaryrefslogtreecommitdiff
path: root/tnslc
AgeCommit message (Expand)Author
2023-05-20Clean up else/else ifKyle Gunger
2023-05-20Re-work if/else/loopKyle Gunger
2023-05-19Updated enum checkingKyle Gunger
2023-05-18Rename fileKyle Gunger
2023-05-18File reading/writingKyle Gunger
2023-05-15Separate artifactsKyle 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-14Fix postfix operatorKyle Gunger
2023-05-14Change inc/decKyle Gunger
2023-05-14Windows C wrappingKyle Gunger
2023-05-14Merge branch 'origin' of github.com:CircleShift/tnsl-lang into originKyle Gunger
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
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
2023-03-05Struct testing, fixup _dot_evalKyle Gunger
2023-03-05Get more basic code gen workingKyle Gunger
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