Refactored the parsing code just a touch.

This commit is contained in:
2022-08-24 21:23:14 +00:00
parent 947de1d14c
commit 89ab951c6a
2 changed files with 136 additions and 45 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ int main(int argc, char* args[]) {
// for(int i = 0; i < list->size; i++) {
// Token* t = (Token*) list->content[i];
// printf("[%i] '%s'", t->type, t->lexeme);
// printf("[%i] '%s' [%i]", t->type, t->lexeme, t->token_class);
// if (t->type == LABEL) printf("*");
// printf("\n");
// }