From 7a8a8b975bd4ca636b825a42852c5af95d9b5825 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Tue, 14 Dec 2021 23:11:29 -0500 Subject: [EXEC] Struct mapping + added tStruct TType for use in modules + implemented a way to define structs in modules --- src/texec/world.go | 1 + 1 file changed, 1 insertion(+) (limited to 'src/texec/world.go') diff --git a/src/texec/world.go b/src/texec/world.go index d0435a0..d88eae2 100644 --- a/src/texec/world.go +++ b/src/texec/world.go @@ -38,6 +38,7 @@ type TVariable struct { } type VarMap map[string]TVariable +type TypeMap map[string]TType // TContext represents a single call context. type TContext struct { -- cgit v1.2.3