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/generate.tnsl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tnslc/compile/generate.tnsl') diff --git a/tnslc/compile/generate.tnsl b/tnslc/compile/generate.tnsl index c05a304..fbbb229 100644 --- a/tnslc/compile/generate.tnsl +++ b/tnslc/compile/generate.tnsl @@ -1,3 +1,10 @@ + +struct Scope { + ~Scope parent, + ~uint8 name, + +} + /; generate_module (~OutBuf buf, ~Module mod) ;/ -- cgit v1.2.3