Lexer._front

The token that is currently at the front of the range.

mixintemplate Lexer(Token, alias defaultTokenFunction, alias tokenSeparatingFunction, alias staticTokens, alias dynamicTokens, alias possibleDefaultTokens, alias tokenHandlers)
Token _front;

Meta