Function Lexer._popFront
Advances the lexer to the next token and stores the new current token in the front variable.
void _popFront() pure nothrow @safe;
Advances the lexer to the next token and stores the new current token in the front variable.
void _popFront() pure nothrow @safe;