From 51854e5db46033712b5dbbf78d769ea500eca14f Mon Sep 17 00:00:00 2001 From: Kai Gunger Date: Fri, 28 Nov 2025 23:54:11 -0500 Subject: Update module building code --- tnslc/compile/function.tnsl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tnslc/compile/function.tnsl') diff --git a/tnslc/compile/function.tnsl b/tnslc/compile/function.tnsl index cf42db1..937e668 100644 --- a/tnslc/compile/function.tnsl +++ b/tnslc/compile/function.tnsl @@ -15,6 +15,9 @@ struct Function { self.outputs.init(len v) ;/ + /; _compile (~Module parent, ~CompBuf cb) + ;/ + /; end _delete(self.name) self.body`.end() -- cgit v1.2.3