From acc33ffeb8f5eae5e6bb805f1cb409841f0aad75 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Sun, 31 Mar 2024 03:09:06 -0400 Subject: Tenative tokenizer --- tnslc/compile/compile.tnsl | 1 + 1 file changed, 1 insertion(+) (limited to 'tnslc/compile/compile.tnsl') diff --git a/tnslc/compile/compile.tnsl b/tnslc/compile/compile.tnsl index 00fe081..eca0247 100644 --- a/tnslc/compile/compile.tnsl +++ b/tnslc/compile/compile.tnsl @@ -3,4 +3,5 @@ :import "tokenizer.tnsl" :import "lexer.tnsl" :import "generator.tnsl" + :import "error.tnsl" ;/ -- cgit v1.2.3