From b9032fd845e9425df4f0bdf93701edf503c14534 Mon Sep 17 00:00:00 2001 From: CircleShift Date: Wed, 3 Dec 2025 02:31:45 -0500 Subject: [tnslc] begin rework of scope --- tnslc/compile/compile.tnsl | 1 + 1 file changed, 1 insertion(+) (limited to 'tnslc/compile/compile.tnsl') 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" ;/ -- cgit v1.2.3