dmildew v0.5.6 (2021-02-22T01:27:01Z)
Dub
Repo
Token.LiteralFlag
mildew
lexer
Token
This enum is for literal value tokens that require special handling by the parser
Values
Value
Meaning
NONE
BINARY
OCTAL
HEXADECIMAL
TEMPLATE_STRING
Meta
Source
See Implementation
mildew
lexer
Token
enums
LiteralFlag
Type
functions
isAssignmentOperator
isIdentifier
isKeyword
symbol
toString
static functions
createFakeToken
createInvalidToken
variables
literalFlag
position
text
type
This enum is for literal value tokens that require special handling by the parser