renamed IDENT to IDENTIFIER because i kept reading

indent
This commit is contained in:
Karma Riuk
2025-06-29 20:04:20 +02:00
parent ffff13b2e0
commit c322b69590

View File

@ -10,7 +10,7 @@ namespace token {
#define TOKEN_LIST \
X(ILLEGAL, "ILLEGAL") \
X(END_OF_FILE, "EOF") \
X(IDENT, "IDENT") \
X(IDENTIFIER, "IDENTIFIER") \
X(INT, "INT") \
X(ASSIGN, "=") \
X(PLUS, "+") \