summaryrefslogtreecommitdiff
path: root/src/texec/world.go
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2021-11-23 12:58:46 -0500
committerKyle Gunger <kgunger12@gmail.com>2021-11-23 12:58:46 -0500
commit8fd930180e5d7a610117299bb9c48e28409d3106 (patch)
tree60ff00906cb23953335e719526bd3da8073fc6d5 /src/texec/world.go
parent60dcc7c3c013a2492d8db1b04d28cb437921cced (diff)
[EVAL] Stubcode v2
Diffstat (limited to 'src/texec/world.go')
-rw-r--r--src/texec/world.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/texec/world.go b/src/texec/world.go
index 83c50fd..b1c6def 100644
--- a/src/texec/world.go
+++ b/src/texec/world.go
@@ -49,6 +49,7 @@ type TContext struct {
type TModule struct {
Name string
Artifacts []tparse.Node
+ Defs VarMap
Sub []TModule
}