Token

A single token in a source file

Members

Variables

index
size_t index;

The index at which this token is located

numValue
double numValue;

Only used for numbers; the numeric value of this token

rawValue
string rawValue;

The raw value of this token

type
TokenType type;

Describes the type of this token

value
string value;

The parsed value of this token

Meta