wip memory inc
This commit is contained in:
parent
9f6d2b7b2d
commit
9280f52f65
|
|
@ -1113,7 +1113,7 @@ compile(Arena *a, List *c, List* m, Emitter *e, char *source)
|
|||
build_symbol_table(source);
|
||||
parser->pass++;
|
||||
parser->depth = 0;
|
||||
parser->scope_idx = 1;
|
||||
parser->scope_idx = 0;
|
||||
emit_program(source);
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue