diff options
| author | Kyle Gunger <kgunger12@gmail.com> | 2021-11-01 19:06:31 -0400 | 
|---|---|---|
| committer | Kyle Gunger <kgunger12@gmail.com> | 2021-11-01 19:06:31 -0400 | 
| commit | b605d4f7cc28129975bcabd5e72715492244a6b8 (patch) | |
| tree | 19d1d1bc9454dd7b1785522718c0e1b7b1439fa6 | |
| parent | 37da50876a17f7d40628707203edfc727e0e7b85 (diff) | |
| parent | 27157727b67468e4adf57f6d95633216912e9316 (diff) | |
Merge branch 'master' of https://github.com/CircleShift/tnsl-parse
| -rw-r--r-- | src/texec/world.go | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/texec/world.go b/src/texec/world.go index 6fa6327..79cc88c 100644 --- a/src/texec/world.go +++ b/src/texec/world.go @@ -37,7 +37,7 @@ type TContext struct {  }  // TModule represents a collection of files and sub-modules in a program -type Module struct { +type TModule struct {  	Files   []Node,  	Globals []map[string]TVariable  	Sub     []TModule |