From 15eded2fdb4b039a1bcdc4d3094f708e6529c355 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Wed, 24 Apr 2024 14:40:43 -0400 Subject: Module init and end --- tnslc/compile/compile.tnsl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tnslc/compile/compile.tnsl') diff --git a/tnslc/compile/compile.tnsl b/tnslc/compile/compile.tnsl index eca0247..ed13e00 100644 --- a/tnslc/compile/compile.tnsl +++ b/tnslc/compile/compile.tnsl @@ -1,7 +1,9 @@ /; module compile + :import "variable.tnsl" + :import "function.tnsl" :import "module.tnsl" :import "tokenizer.tnsl" - :import "lexer.tnsl" + :import "ast.tnsl" :import "generator.tnsl" :import "error.tnsl" ;/ -- cgit v1.2.3