diff options
author | CircleShift <kgunger12@gmail.com> | 2025-01-28 12:21:58 -0500 |
---|---|---|
committer | CircleShift <kgunger12@gmail.com> | 2025-01-28 12:21:58 -0500 |
commit | 9001965292494a952737c56d26b19221dc0c1904 (patch) | |
tree | 5f7f4ace3cda1779d938219ef096b8aea3942439 /tnslc/compile/compile.tnsl | |
parent | 61e1e5ce377719c8e9e437e5ba79ba06fc1de4ba (diff) |
Scope type initial funcs
Diffstat (limited to 'tnslc/compile/compile.tnsl')
-rw-r--r-- | tnslc/compile/compile.tnsl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tnslc/compile/compile.tnsl b/tnslc/compile/compile.tnsl index b980b62..34fc6b3 100644 --- a/tnslc/compile/compile.tnsl +++ b/tnslc/compile/compile.tnsl @@ -1,5 +1,6 @@ /; module compile :import "type.tnsl" + :import "scope.tnsl" :import "outbuf.tnsl" :import "generate.tnsl" ;/ |