summaryrefslogtreecommitdiff
path: root/src/texec/libtnsl.go
AgeCommit message (Collapse)Author
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-03[EXEC] Fix some errors, leave othersKyle Gunger
2021-11-03[EXEC] Refactor, stubKyle Gunger
+ Stub code for eval funcs added + Refactor of libtnsl stub
2021-11-01[EXEC] evalsKyle 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
2021-11-01[EXEC] InitializeKyle Gunger
+ Some initial files for use in the interpreter