Returns the starting characters of the parser.
@override Iterable<(int, int)> getStartingCharacters() { return chars.runes.map((e) => (e, e)); }