@@ -25,7 +25,7 @@ void Print(TokenList* list) {
for(int i = 0; i < list->size; i++) {
if (list->tokens[i]->type == EndOF) {
printf("EOF\n");\
printf("[Line %d] EOF\n", list->tokens[i]->line);\
return;
}
The note is not visible to the blocked user.