From 658c2fa36f3359325665c744ebe57478d539b28d Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Wed, 13 Apr 2022 17:29:33 -0400 Subject: Include ast, add function to print tokens --- tnslc/ast/ast.tnsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tnslc/ast/ast.tnsl') 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" +;/ -- cgit v1.2.3