Struct Token

struct Token;

Fields

NameTypeDescription
floatvalue double
intvalue int
line ushort
multiline bool
pos ushort
text string
type TokenType

Properties

NameTypeDescription
isMultilineComment[get] bool
toString[get] string