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

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