Default.
Returns the entire _line from where the token is located.
Column position
File id
Line position
Text length
boolean value of the constant. isLiteral will be true and type set to boolean.
Floating point value of the constant. isLiteral will be true and type set to float_.
is this a reserved grimoire word ?
Whether the lexeme is a constant value.
Whether the lexeme is an operator.
Only describe first class type such as int, string or func. Structure or other custom type are not.
Integral value of the constant. isLiteral will be true and type set to integer.
Can either describe a literal value like "myString" or an identifier.
Kind of token.
Describe the smallest element found in a source _file.