diff options
| author | CircleShift <kgunger12@gmail.com> | 2025-12-03 02:31:45 -0500 |
|---|---|---|
| committer | CircleShift <kgunger12@gmail.com> | 2025-12-03 02:31:45 -0500 |
| commit | b9032fd845e9425df4f0bdf93701edf503c14534 (patch) | |
| tree | a38fdfcdcd5f693584f6f650188aedebdc52ebe6 /tnslc/compile/compile.tnsl | |
| parent | c06f8eb6a30a74a589537fc4d77be1c334edae72 (diff) | |
[tnslc] begin rework of scope
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 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" ;/ |