doc(lexer): update

This commit is contained in:
Matteo Flebus 2026-01-19 17:35:37 +01:00
parent c81afc2c69
commit bf7b7f7f68

View file

@ -19,7 +19,6 @@ enum token_type
TOKEN_NEWLINE, TOKEN_NEWLINE,
// WARNING: quote and double quote should never be used inside a token. // WARNING: quote and double quote should never be used inside a token.
// Its only use is to know if we are inside a quote, and which type of quote
TOKEN_QUOTE, TOKEN_QUOTE,
TOKEN_DOUBLE_QUOTE, TOKEN_DOUBLE_QUOTE,