It would be nice to have some sort of error-recovery mechanism, allowing the parser to "work around" small issues and continue parsing the rest of the source. There are some standard techniques (e.g. used by yacc and others) which we should look into.
It would be nice to have some sort of error-recovery mechanism, allowing the parser to "work around" small issues and continue parsing the rest of the source. There are some standard techniques (e.g. used by yacc and others) which we should look into.