summaryrefslogtreecommitdiff
path: root/src/exec.go
diff options
context:
space:
mode:
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 b9a74f8..6213e92 100644
--- a/src/exec.go
+++ b/src/exec.go
@@ -28,5 +28,5 @@ func main() {
root := texec.BuildRoot(*inputFile)
- texec.EvalTNSL(&root, *progFlags)
+ //texec.EvalTNSL(&root, *progFlags)
} \ No newline at end of file