From 5d688b4da97da2c2f684940147478f12d1f2baba Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Fri, 19 Jul 2024 03:21:39 -0400 Subject: switch tokenization scheme --- tnslc/compile/compile.tnsl | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'tnslc/compile/compile.tnsl') diff --git a/tnslc/compile/compile.tnsl b/tnslc/compile/compile.tnsl index ed13e00..cda1f62 100644 --- a/tnslc/compile/compile.tnsl +++ b/tnslc/compile/compile.tnsl @@ -1,9 +1,3 @@ /; module compile - :import "variable.tnsl" - :import "function.tnsl" - :import "module.tnsl" - :import "tokenizer.tnsl" - :import "ast.tnsl" - :import "generator.tnsl" - :import "error.tnsl" + :import "generate.tnsl" ;/ -- cgit v1.2.3