A matcher that matches tokens if they were produced by a specific lexeme.
Returns true if the Lexeme that produced the Token at the current parse position is equal to the given lexeme.
true
The Lexeme to match
Tests whether the given token satisfies this matcher's criterion.