Returns the starting characters of the parser.
@override Iterable<(int, int)> getStartingCharacters() { return [(char, char)]; }