minor implementation for parser
(simple type and defn)
This commit is contained in:
@@ -103,5 +103,4 @@ void print_token(Token tok) {
|
||||
if (tok.type == ID || tok.type == NUM || tok.type == STRING_LITERAL) {
|
||||
printf("Data: %s", tok.data.string);
|
||||
}
|
||||
printf("\n");
|
||||
}
|
||||
Reference in New Issue
Block a user