summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-14[EXEC] Operator eval stubKyle Gunger
2022-02-13Fix build errorsKyle Gunger
2022-02-13Change how getModuleInPath worksKyle Gunger
2022-02-13[EXEC] Small progressKyle Gunger
2022-02-13[EXEC] Pointers.Kyle Gunger
2022-01-29[EVAL] A few libtnsl fixesKyle Gunger
2022-01-28[EVAL] Find and return relative module dataKyle Gunger
2022-01-21[EVAL] change how structs are representedKyle Gunger
2022-01-19[EVAL] Fill out evalBlockKyle Gunger
2022-01-19[BUILDER] Fix modules beginning with 'export'Kyle Gunger
2022-01-19[EVAL] Small updateKyle Gunger
2021-12-15[EXEC] fix multi-level array and struct globalsKyle Gunger
2021-12-15[EXEC] renamed exec.go to tint.goKyle Gunger
2021-12-15[EXEC] Better mappingKyle Gunger
2021-12-14[EXEC] Struct mappingKyle Gunger
2021-12-11[EVAL] Still needs some workKyle Gunger
2021-12-10[EXEC] Some literal handlers. Does not compile ATM.Kyle Gunger
2021-12-03[PARSE] Fix hex parsingKyle Gunger
2021-12-03General updatesKyle Gunger
2021-11-23[EVAL] Stubcode v2Kyle Gunger
2021-11-22[PARSE] Remove IsBlockKyle Gunger
2021-11-20[EVAL] Flush out some helper funcs (again)Kyle Gunger
2021-11-19[EXEC] Change file read type back to byte instead of runeKyle Gunger
2021-11-19Some refactoring, clearing out evalKyle Gunger
2021-11-04[EXEC] Flush out a couple of funcsKyle Gunger
2021-11-03[EXEC] Fix some errors, leave othersKyle Gunger
2021-11-03[EXEC] evalDefKyle Gunger
2021-11-03[EXEC] Fill out isMain and isCFKyle Gunger
2021-11-03[EXEC] Refactor, stubKyle Gunger
2021-11-02[EXEC] General changes, refactoringKyle Gunger
2021-11-01[EXEC] evalsKyle Gunger
2021-11-01[EXEC] parseFileKyle Gunger
2021-11-01[EXEC] flushout libtnsl stub a bitKyle Gunger
2021-11-01Merge branch 'master' of https://github.com/CircleShift/tnsl-parseKyle Gunger
2021-11-01[AST] Bugfix for type parsingKyle Gunger
2021-11-01[EXEC] Rename structKyle Gunger
2021-11-01[EXEC] Flush out some thingsKyle Gunger
2021-11-01[EXEC] InitializeKyle Gunger
2021-10-31[AST] BugfixesKyle Gunger
2021-10-31[AST] Enum and method blocksKyle Gunger
2021-10-31[AST] Add initial operator and module casesKyle Gunger
2021-10-31[AST] Handle control flow blocksKyle Gunger