diff options
author | CircleShift <kgunger12@gmail.com> | 2025-03-05 07:26:58 -0500 |
---|---|---|
committer | CircleShift <kgunger12@gmail.com> | 2025-03-05 07:26:58 -0500 |
commit | d4fe9e6e27f2013a6e1f6be94daba91ec53fa5c3 (patch) | |
tree | bc30806a177f62c15e991d9ebcd5d2034a786183 /tnslc/compile/compile.tnsl | |
parent | 61e1e5ce377719c8e9e437e5ba79ba06fc1de4ba (diff) |
[tnslc] Rework compile layout
Diffstat (limited to 'tnslc/compile/compile.tnsl')
-rw-r--r-- | tnslc/compile/compile.tnsl | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/tnslc/compile/compile.tnsl b/tnslc/compile/compile.tnsl index b980b62..338e28d 100644 --- a/tnslc/compile/compile.tnsl +++ b/tnslc/compile/compile.tnsl @@ -1,5 +1,9 @@ /; module compile - :import "type.tnsl" - :import "outbuf.tnsl" - :import "generate.tnsl" + :import "compbuf.tnsl" + :import "struct.tnsl" + :import "var.tnsl" + :import "function.tnsl" + :import "module.tnsl" + :import "codegen.tnsl" ;/ + |