diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2022-06-29 20:15:46 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2022-06-29 20:15:46 -0400 |
commit | fc5a382661262b4dac085d75739c4ac0601574a7 (patch) | |
tree | a705dcb7387e316a05c5162c0351488bd664e55a /tnslc/tnslc.tnsl | |
parent | 2572cd049ee5e1e2685b1abe6bfcfbb8aa988a71 (diff) |
[TNSLC] General updates
Diffstat (limited to 'tnslc/tnslc.tnsl')
-rw-r--r-- | tnslc/tnslc.tnsl | 6 |
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 |