diff options
Diffstat (limited to 'src/exec.go')
-rw-r--r-- | src/exec.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exec.go b/src/exec.go index 79584ce..b9a74f8 100644 --- a/src/exec.go +++ b/src/exec.go @@ -26,7 +26,7 @@ func main() { flag.Parse() - world := texec.BuildWorld(*inputFile) + root := texec.BuildRoot(*inputFile) - texec.EvalTNSL(world, *progFlags) + texec.EvalTNSL(&root, *progFlags) }
\ No newline at end of file |