diff options
| author | Kai Gunger <kgunger12@gmail.com> | 2025-11-28 23:54:11 -0500 |
|---|---|---|
| committer | Kai Gunger <kgunger12@gmail.com> | 2025-11-28 23:54:11 -0500 |
| commit | 51854e5db46033712b5dbbf78d769ea500eca14f (patch) | |
| tree | f0a10a0538dadc4b67ad25608382a13fc0299f4f /tnslc/compile/function.tnsl | |
| parent | 72ff4422208b096e7374768ae49f050b8457f361 (diff) | |
Update module building code
Diffstat (limited to 'tnslc/compile/function.tnsl')
| -rw-r--r-- | tnslc/compile/function.tnsl | 3 |
1 files changed, 3 insertions, 0 deletions
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() |