diff options
Diffstat (limited to 'tnslc/src/parse/parse.tnsl')
-rw-r--r-- | tnslc/src/parse/parse.tnsl | 5 |
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 |