diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2022-04-13 17:29:33 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2022-04-13 17:29:33 -0400 |
commit | 658c2fa36f3359325665c744ebe57478d539b28d (patch) | |
tree | 84806babb5febe4a3306c9c0bfc0e4e9da1159e0 /tnslc/ast/ast.tnsl | |
parent | 6674b44eb75218e1f00a1cc63a82aab82c641806 (diff) |
Include ast, add function to print tokens
Diffstat (limited to 'tnslc/ast/ast.tnsl')
-rw-r--r-- | tnslc/ast/ast.tnsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tnslc/ast/ast.tnsl b/tnslc/ast/ast.tnsl index 405a94a..466fe08 100644 --- a/tnslc/ast/ast.tnsl +++ b/tnslc/ast/ast.tnsl @@ -15,5 +15,5 @@ #/ /; export module ast - :import "node.tnsl" -;/
\ No newline at end of file + :include "ast/node.tnsl" +;/ |