summaryrefslogtreecommitdiff
path: root/tnslc/tnslc.tnsl
diff options
context:
space:
mode:
Diffstat (limited to 'tnslc/tnslc.tnsl')
-rw-r--r--tnslc/tnslc.tnsl6
1 files changed, 2 insertions, 4 deletions
diff --git a/tnslc/tnslc.tnsl b/tnslc/tnslc.tnsl
index 21dbb45..1120745 100644
--- a/tnslc/tnslc.tnsl
+++ b/tnslc/tnslc.tnsl
@@ -19,14 +19,12 @@
/; export module tnslc
:include "parse/parse.tnsl"
:include "ast/ast.tnsl"
+ :include "compile/compile.tnsl"
;/
-/; test
-
-;/
-
/; main ({}{}charp args) [int]
+
/; if (len args < 1)
;tnsl.io.println("Usage: tnslc [File to compile] <path to libtnsl>")
;return 1