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/tnslc.tnsl | 1 + 1 file changed, 1 insertion(+) (limited to 'tnslc/tnslc.tnsl') 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" ;/ -- cgit v1.2.3