grimoire ~master (2021-09-29T23:21:44Z)
Dub
Repo
GrLexeme.svalue
grimoire
compiler
lexer
GrLexeme
Can either describe a literal value like
"myString"
or an identifier.
struct
GrLexeme
GrString
svalue
;
Meta
Source
See Implementation
grimoire
compiler
lexer
GrLexeme
constructors
this
functions
getFile
getLine
properties
column
fileId
line
textLength
variables
bvalue
fvalue
isKeyword
isLiteral
isOperator
isType
ivalue
svalue
type
Can either describe a literal value like "myString" or an identifier.