From 92b72f0357c553add6f010626e85268428ad5eb5 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Tue, 2 Nov 2021 13:57:27 -0400 Subject: [EXEC] General changes, refactoring --- src/exec.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/exec.go') 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 -- cgit v1.2.3