diff --git a/src/grammar.y b/src/grammar.y index 0a03126..c6044fd 100644 --- a/src/grammar.y +++ b/src/grammar.y @@ -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)); } ; diff --git a/src/runner.c b/src/runner.c index ba7f64e..03e1933 100644 --- a/src/runner.c +++ b/src/runner.c @@ -136,7 +136,7 @@ int run(FILE *alpha) { fclose(cg_flag); } - yyparse(); + //yyparse(); if (yyin != NULL) { fclose(yyin);