commented out second yyparse() in runner in run

This commit is contained in:
Partho
2025-04-15 20:22:24 -04:00
parent 90f9eb2f00
commit b023ac0133
2 changed files with 2 additions and 2 deletions

View File

@ -896,7 +896,7 @@ assignable:
$$ = table_lookup(getRecList(table_lookup(getAncestor(cur), getName((TableNode*)$1))), $3);
}
printdebug("[ASSIGNABLE - RULE 3] assignable = type: %s | ID = %s", getName((TableNode*)($$)), $1);
printdebug("[ASSIGNABLE - RULE 3] assignable = type: %s | ID = %s", getName((TableNode*)($$)), getName($1));
}
;

View File

@ -136,7 +136,7 @@ int run(FILE *alpha) {
fclose(cg_flag);
}
yyparse();
//yyparse();
if (yyin != NULL) {
fclose(yyin);