From 3add402da9fc5b574f34e37e951779212ce28ed1 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Sun, 22 Aug 2021 15:25:54 -0400 Subject: Begin port of tnsl-parse code to native TNSL --- tnslc/src/parse/parse.tnsl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tnslc/src/parse/parse.tnsl') diff --git a/tnslc/src/parse/parse.tnsl b/tnslc/src/parse/parse.tnsl index dc6b9a2..e10ab4c 100644 --- a/tnslc/src/parse/parse.tnsl +++ b/tnslc/src/parse/parse.tnsl @@ -15,5 +15,8 @@ #/ /; export module parse - :import 'token.tnsl' + /:import + "token.tnsl" + "tokenizer.tnsl" + :/ ;/ \ No newline at end of file -- cgit v1.2.3