From 5710020e640db2815dc49238a694fb6b9c533942 Mon Sep 17 00:00:00 2001 From: IonutParau Date: Tue, 16 Jun 2026 12:53:16 +0200 Subject: [PATCH] oops --- src/compiler.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compiler.c b/src/compiler.c index 25322bd..4e4d784 100644 --- a/src/compiler.c +++ b/src/compiler.c @@ -249,6 +249,7 @@ static noom_Exit noomC_compile_expr( const char *varname = parser->code + node->source_offset; noom_uint_t namelen = noomL_tokenlen(parser->code, node->source_offset, parser->version); if((result = noomC_identifyLocal(compiler, &info, varname, namelen))) return result; + compiler->curstack++; switch(info.type) { case NOOMC_LOCAL: