Refactored the parsing code just a touch.
This commit is contained in:
+1
-1
@@ -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");
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user