summaryrefslogtreecommitdiff
path: root/tnslc/compile/generate.tnsl
diff options
context:
space:
mode:
Diffstat (limited to 'tnslc/compile/generate.tnsl')
-rw-r--r--tnslc/compile/generate.tnsl7
1 files changed, 7 insertions, 0 deletions
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)
;/