summaryrefslogtreecommitdiff
path: root/src/texec/world.go
AgeCommit message (Collapse)Author
2021-12-14[EXEC] Struct mappingKyle Gunger
+ added tStruct TType for use in modules + implemented a way to define structs in modules
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-19Some refactoring, clearing out evalKyle Gunger
+ Fixed BuildRoot + Refactored world.go - Deleted most of eval, I'm going to re-do it.
2021-11-02[EXEC] General changes, refactoringKyle Gunger
2021-11-01[EXEC] flushout libtnsl stub a bitKyle Gunger
2021-11-01[EXEC] Rename structKyle Gunger
+ Fix a naming issue
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
2021-11-01[EXEC] InitializeKyle Gunger
+ Some initial files for use in the interpreter