From 9001965292494a952737c56d26b19221dc0c1904 Mon Sep 17 00:00:00 2001 From: CircleShift Date: Tue, 28 Jan 2025 12:21:58 -0500 Subject: Scope type initial funcs --- 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 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" ;/ -- cgit v1.2.3