Returns the starting errors of the parser.
@override Iterable<String> getStartingErrors() { return ['const ErrorExpectedChar($char)']; }