Make a parser that looks for the exact match for a given character and returns a match with that character.
Tokens expected to be individual characters/graphemes.
A character to look for.
Generated using TypeDoc
Make a parser that looks for the exact match for a given character and returns a match with that character.
Tokens expected to be individual characters/graphemes.