commented out second yyparse() in runner in run
This commit is contained in:
@ -896,7 +896,7 @@ assignable:
|
|||||||
|
|
||||||
$$ = table_lookup(getRecList(table_lookup(getAncestor(cur), getName((TableNode*)$1))), $3);
|
$$ = 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));
|
||||||
}
|
}
|
||||||
|
|
||||||
;
|
;
|
||||||
|
@ -136,7 +136,7 @@ int run(FILE *alpha) {
|
|||||||
fclose(cg_flag);
|
fclose(cg_flag);
|
||||||
}
|
}
|
||||||
|
|
||||||
yyparse();
|
//yyparse();
|
||||||
|
|
||||||
if (yyin != NULL) {
|
if (yyin != NULL) {
|
||||||
fclose(yyin);
|
fclose(yyin);
|
||||||
|
Reference in New Issue
Block a user