doc(lexer): update
This commit is contained in:
parent
c81afc2c69
commit
bf7b7f7f68
1 changed files with 0 additions and 1 deletions
|
|
@ -19,7 +19,6 @@ enum token_type
|
|||
TOKEN_NEWLINE,
|
||||
|
||||
// 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_DOUBLE_QUOTE,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue