CharLexer.Front

Stores information about the current token.

Members

Functions

currentTokenEnd
LocationBytes currentTokenEnd()

End location of this token.

Variables

content
string content;

Text content of this token.

currentLocation
LocationBytes currentLocation;

Start location of this token.

symbol
SymbolID symbol;

ID of this token.

Meta