diff options
Diffstat (limited to 'tnslc/compile/module.tnsl')
-rw-r--r-- | tnslc/compile/module.tnsl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tnslc/compile/module.tnsl b/tnslc/compile/module.tnsl index 6dbef6c..6d1d24a 100644 --- a/tnslc/compile/module.tnsl +++ b/tnslc/compile/module.tnsl @@ -31,6 +31,9 @@ struct Module { self.e = exp ;/ + /; from_tree (~parse.Node root) + ;/ + /; end _delete(self.name) |