summaryrefslogtreecommitdiff
path: root/src/exec.go
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2021-11-01 21:57:25 -0400
committerKyle Gunger <kgunger12@gmail.com>2021-11-01 21:57:25 -0400
commiteed8e74d18235bc61ed66435c935bbbc5337f953 (patch)
tree54f9f107a7bf0cdee9b795dfebbe1b84f4fb49d2 /src/exec.go
parente70046f5e8a068369ac73aae47bf4aa7ec90d743 (diff)
[EXEC] parseFile
Diffstat (limited to 'src/exec.go')
-rw-r--r--src/exec.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exec.go b/src/exec.go
index dbdbf72..79584ce 100644
--- a/src/exec.go
+++ b/src/exec.go
@@ -28,5 +28,5 @@ func main() {
world := texec.BuildWorld(*inputFile)
- texec.EvalTNSL(&world, *progFlags)
+ texec.EvalTNSL(world, *progFlags)
} \ No newline at end of file