wip memory inc

This commit is contained in:
zongor 2026-07-03 17:33:54 -07:00
parent 9f6d2b7b2d
commit 9280f52f65
1 changed files with 1 additions and 1 deletions

View File

@ -1113,7 +1113,7 @@ compile(Arena *a, List *c, List* m, Emitter *e, char *source)
build_symbol_table(source); build_symbol_table(source);
parser->pass++; parser->pass++;
parser->depth = 0; parser->depth = 0;
parser->scope_idx = 1; parser->scope_idx = 0;
emit_program(source); emit_program(source);
return true; return true;