summaryrefslogtreecommitdiff
path: root/tnslc/compile/compile.tnsl
diff options
context:
space:
mode:
authorCircleShift <kgunger12@gmail.com>2025-12-03 02:31:45 -0500
committerCircleShift <kgunger12@gmail.com>2025-12-03 02:31:45 -0500
commitb9032fd845e9425df4f0bdf93701edf503c14534 (patch)
treea38fdfcdcd5f693584f6f650188aedebdc52ebe6 /tnslc/compile/compile.tnsl
parentc06f8eb6a30a74a589537fc4d77be1c334edae72 (diff)
[tnslc] begin rework of scope
Diffstat (limited to 'tnslc/compile/compile.tnsl')
-rw-r--r--tnslc/compile/compile.tnsl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tnslc/compile/compile.tnsl b/tnslc/compile/compile.tnsl
index 338e28d..fbb9670 100644
--- a/tnslc/compile/compile.tnsl
+++ b/tnslc/compile/compile.tnsl
@@ -5,5 +5,6 @@
:import "function.tnsl"
:import "module.tnsl"
:import "codegen.tnsl"
+ :import "scope.tnsl"
;/