From dec5ee82627cdf71214cf9ba794476ee65ebc5e1 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 20 Apr 2018 16:23:53 -0700 Subject: Lots of optimizations. --- nomsu_tree.moon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nomsu_tree.moon') diff --git a/nomsu_tree.moon b/nomsu_tree.moon index e675b17..421e02a 100644 --- a/nomsu_tree.moon +++ b/nomsu_tree.moon @@ -79,7 +79,7 @@ Tree "Action", new_args = [args[p-1] for p in *metadata.arg_orders[stub]] args = new_args -- Force Lua to avoid tail call optimization for debugging purposes - ret = action(Lua(@source), unpack(args)) + ret = action(self, unpack(args)) return ret lua = Lua.Value(@source) -- cgit v1.2.3