summaryrefslogtreecommitdiff
path: root/tnslc/tnslc_wrapped.tnsl
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2023-08-10 18:29:59 -0400
committerKyle Gunger <kgunger12@gmail.com>2023-08-10 18:29:59 -0400
commit0cc237617e4e853520b0509c02408d4170572d28 (patch)
tree3714eb635f6c9cc12ba064f3281d867ac4ffba31 /tnslc/tnslc_wrapped.tnsl
parent9ab49df341025eca8e641ee539355edb15e0fff2 (diff)
Re-implement tokenizer functionality
Diffstat (limited to 'tnslc/tnslc_wrapped.tnsl')
-rw-r--r--tnslc/tnslc_wrapped.tnsl2
1 files changed, 1 insertions, 1 deletions
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"