From 0cc237617e4e853520b0509c02408d4170572d28 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Thu, 10 Aug 2023 18:29:59 -0400 Subject: Re-implement tokenizer functionality --- tnslc/tnslc_wrapped.tnsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tnslc/tnslc_wrapped.tnsl') diff --git a/tnslc/tnslc_wrapped.tnsl b/tnslc/tnslc_wrapped.tnsl index 1e37d94..e82581a 100644 --- a/tnslc/tnslc_wrapped.tnsl +++ b/tnslc/tnslc_wrapped.tnsl @@ -2,7 +2,7 @@ :include "logging.tnsl" :include "vector.tnsl" :include "utils.tnsl" -# :include "tokenizer.tnsl" +:include "tokenizer.tnsl" :include "compiler.tnsl" {}uint8 m_usage = "Usage: tnslc [file to compile] [output asm]\n\0" -- cgit v1.2.3