diff options
| author | Kai Gunger <kgunger12@gmail.com> | 2025-12-25 02:31:36 -0500 |
|---|---|---|
| committer | Kai Gunger <kgunger12@gmail.com> | 2025-12-25 02:31:36 -0500 |
| commit | 0c7403f5894d46f513f8b57fb6fabbd568c9f5af (patch) | |
| tree | 24c17573f3838234558bd6076fcb812650608999 /tnslc/compile/codegen.tnsl | |
| parent | 871bec579241882e8b05eb17cf177652e4f37781 (diff) | |
Add functions to member modules
Diffstat (limited to 'tnslc/compile/codegen.tnsl')
| -rw-r--r-- | tnslc/compile/codegen.tnsl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tnslc/compile/codegen.tnsl b/tnslc/compile/codegen.tnsl index 2dfe9d5..ae67442 100644 --- a/tnslc/compile/codegen.tnsl +++ b/tnslc/compile/codegen.tnsl @@ -20,6 +20,7 @@ mod.init(~ast, ~buffer) _gen_prims(~mod) mod.update_children() + mod.collect_methods(~ast) # Compile code mod.compile(~buffer) |