Combined binaries (parser + alpha)

This commit is contained in:
Scarlett
2025-03-05 14:01:34 -05:00
parent 45940c0500
commit c2f28b6836
5 changed files with 47 additions and 37 deletions

View File

@ -253,10 +253,10 @@ types:
%%
void yyerror(const char *err) {
// fprintf(stderr, "ERROR: %s at token %s at line number %d,column number %d\n", err,yytext,line_number,column_number);
fprintf(stderr, "ERROR: %s at token %s at line number %d,column number %d\n", err,yytext,line_number,column_number);
}
int main() {
/* int main() {
//char *str = strdup("taco");
//cur_value = NULL;
//cur_type = NULL;
@ -276,4 +276,4 @@ int main() {
//}
//}
return 0;
}
} */