token
Creates a token, based off the current state of the LexerContext.
When called with default values, the returned token matches the last character consumed.
Parameters
Creates a token with a value, based off the current state of the LexerContext.
When called with default values, the returned token matches the last N character consumers, where N is value's length.