summaryrefslogtreecommitdiff
path: root/src/texec/eval.go
AgeCommit message (Collapse)Author
2022-01-21[EVAL] change how structs are representedKyle Gunger
2022-01-19[EVAL] Fill out evalBlockKyle Gunger
2022-01-19[EVAL] Small updateKyle Gunger
+ Fix a bug with finding names of blocks + More verbose output + Fill out the main eval func a little
2021-12-15[EXEC] fix multi-level array and struct globalsKyle Gunger
2021-12-15[EXEC] Better mappingKyle Gunger
+ added support for mapping global arrays.
2021-12-11[EVAL] Still needs some workKyle Gunger
+ modules now define variables properly + fixed some bugs in eval.tnsl with type checking ~ Needs to support arrays and composites, but doesn't yet.
2021-12-10[EXEC] Some literal handlers. Does not compile ATM.Kyle Gunger
2021-12-03General updatesKyle Gunger
+ Fill out eval a little and make sure that this builds. ~ CF kinda broken in AST. Gonna have to fix that. Upcoming Parser update.
2021-11-23[EVAL] Stubcode v2Kyle Gunger
2021-11-20[EVAL] Flush out some helper funcs (again)Kyle Gunger
2021-11-19Some refactoring, clearing out evalKyle Gunger
+ Fixed BuildRoot + Refactored world.go - Deleted most of eval, I'm going to re-do it.
2021-11-04[EXEC] Flush out a couple of funcsKyle Gunger
+ I no longer understand my own code.
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
+ Stub code for eval funcs added + Refactor of libtnsl stub
2021-11-02[EXEC] General changes, refactoringKyle Gunger
2021-11-01[EXEC] flushout libtnsl stub a bitKyle Gunger
2021-11-01[EXEC] Flush out some thingsKyle Gunger
+ Some initial stub code for tnsl + Finalize structs (for now) + Add a key type to the parser