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/compile/compile.tnsl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tnslc/src/compile/compile.tnsl') diff --git a/tnslc/src/compile/compile.tnsl b/tnslc/src/compile/compile.tnsl index b3f4c5d..0fef36c 100644 --- a/tnslc/src/compile/compile.tnsl +++ b/tnslc/src/compile/compile.tnsl @@ -15,5 +15,8 @@ #/ /; export module compile - :include "arch" + /: include + "arch" + "format" + :/ ;/ -- cgit v1.2.3