summaryrefslogtreecommitdiff
path: root/tnslc/tnslc.tnsl
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2022-04-13 17:29:33 -0400
committerKyle Gunger <kgunger12@gmail.com>2022-04-13 17:29:33 -0400
commit658c2fa36f3359325665c744ebe57478d539b28d (patch)
tree84806babb5febe4a3306c9c0bfc0e4e9da1159e0 /tnslc/tnslc.tnsl
parent6674b44eb75218e1f00a1cc63a82aab82c641806 (diff)
Include ast, add function to print tokens
Diffstat (limited to 'tnslc/tnslc.tnsl')
-rw-r--r--tnslc/tnslc.tnsl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tnslc/tnslc.tnsl b/tnslc/tnslc.tnsl
index 90a1020..d8adc24 100644
--- a/tnslc/tnslc.tnsl
+++ b/tnslc/tnslc.tnsl
@@ -18,6 +18,7 @@
/; module tnslc
:include "parse/parse.tnsl"
+ :include "ast/ast.tnsl"
;/