Token.value

Value of the token, if any.

Values are char[] instead of string, as Parser may still change them in a few cases. Parser casts values to strings when producing Events.

struct Token
char[] value;

Meta