From 0587f854d80a9ad95c459b45509fcda7926cde20 Mon Sep 17 00:00:00 2001 From: CircleShift Date: Tue, 9 Dec 2025 02:25:30 -0500 Subject: begin on the actual codegen --- tnslc/compile/module.tnsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tnslc/compile/module.tnsl') diff --git a/tnslc/compile/module.tnsl b/tnslc/compile/module.tnsl index a60533a..e46c219 100644 --- a/tnslc/compile/module.tnsl +++ b/tnslc/compile/module.tnsl @@ -187,7 +187,7 @@ struct Module { ~Function f /; loop (int i = 0; i < self.funcs.count) [i++] f = self.funcs.get(i) - # f`._compile(~self, cb) + f`._compile(~self, cb) ;/ ~Module m -- cgit v1.2.3