summaryrefslogtreecommitdiff
path: root/tnslc/src/parse/parse.tnsl
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2021-08-22 15:25:54 -0400
committerKyle Gunger <kgunger12@gmail.com>2021-08-22 15:25:54 -0400
commit3add402da9fc5b574f34e37e951779212ce28ed1 (patch)
treea081a2331923dce6ee29c87285be901d58b0bc4b /tnslc/src/parse/parse.tnsl
parent11f9c56ae3861e32ac45785e9f30ed5f4c19ea32 (diff)
Begin port of tnsl-parse code to native TNSL
Diffstat (limited to 'tnslc/src/parse/parse.tnsl')
-rw-r--r--tnslc/src/parse/parse.tnsl5
1 files changed, 4 insertions, 1 deletions
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