summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-13[BUILD] Add option to build both by not passing second argKyle Gunger
2022-07-13[AST] Hotfix: value list parsing for definitionsKyle Gunger
2022-07-13[AST] Fix an issue with parsing lists of valuesKyle Gunger
2022-07-12[BUIL:D] Update build scriptKyle Gunger
2022-07-05[TINT] Add ability to quiet down the interpreterKyle Gunger
2022-06-26[AST] ParentheticalsKyle Gunger
2022-04-23Fix an error with struct definitionKyle Gunger
2022-04-12Giving priority to comparison operators over boolean opsKyle Gunger
2022-04-12Better dot evaluation and call/index evaluationKyle Gunger
2022-04-10A few fixesKyle Gunger
2022-04-10Small fix for command line optionsKyle Gunger
2022-04-10Extra node data in errors to make your life easierKyle Gunger
2022-04-10Fixes for structs and enumsKyle Gunger
2022-04-10Tweak how continue and break performKyle Gunger
2022-04-09[PARSE] Hotfix for array indexingKyle Gunger
2022-04-09Fix bug with character literalsKyle Gunger
2022-04-09[EXEC] Hotfix for !== operatorKyle Gunger
2022-04-09[EXEC] Hotfix for loops without parametersKyle Gunger
2022-04-09Update README.mdKyle Gunger
2022-04-09[EXEC] A small additionKyle Gunger
2022-04-09Comment out that one line that creates a lot of outputKyle Gunger
2022-04-09[EXEC] Hotfix for reading from filesKyle Gunger
2022-04-09[EXEC] Fixed one bug with pointersKyle Gunger
2022-04-09[EVAL] Inc/decKyle Gunger
2022-04-09Merge branch 'master' of github.com:CircleShift/tnsl-parseKyle Gunger
2022-04-09[EVAL] Fix function callsKyle Gunger
2022-04-09Update README.mdKyle Gunger
2022-04-09Merge branch 'master' of github.com:CircleShift/tnsl-parseKyle Gunger
2022-04-09TINT v1 (PRE-ALPHA)Kyle Gunger
2022-04-09Update README.mdKyle Gunger
2022-04-09Update README.mdKyle Gunger
2022-04-09Update README.mdKyle Gunger
2022-04-09[EVAL] Get most things workingKyle Gunger
2022-04-09Break thingsKyle Gunger
2022-04-08Update README.mdKyle Gunger
2022-04-08Update READMEKyle Gunger
2022-04-08[EVAL] Control FlowKyle Gunger
2022-04-07[EXEC] evalIndex, len, and a few boolean opsKyle Gunger
2022-04-07[EVAL] Setting globalsKyle Gunger
2022-04-07[EXEC] Some fixesKyle Gunger
2022-04-07[EXEC] A few updatesKyle Gunger
2022-04-04Fix tokenizer bug relating to end of filesKyle Gunger
2022-04-03Fix errors in eval.go so that the project builds againKyle Gunger
2022-04-03Flush out a few functions for creating structsKyle Gunger
2022-03-16[EXEC] Refactor value evalKyle Gunger
2022-03-15[HOTFIX] Fix tokens not generating at eofKyle Gunger
2022-03-12[EVAL] Some more refactorsKyle Gunger
2022-03-09[EVAL] A few refactorsKyle Gunger
2022-03-06[EVAL] A bit more workKyle Gunger
2022-02-22Merge remote-tracking branch 'origin/master'Kyle Gunger