@@ -31,8 +31,9 @@ typedef enum {
typedef struct {
TokenType type;
char* lexeme;
const char* lexeme;
int line;
int length;
} Token;
The note is not visible to the blocked user.