From fc5a382661262b4dac085d75739c4ac0601574a7 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Wed, 29 Jun 2022 20:15:46 -0400 Subject: [TNSLC] General updates --- tnslc/tnslc.tnsl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'tnslc/tnslc.tnsl') 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] ") ;return 1 -- cgit v1.2.3