Lecture 04: Parsing General Grammars
Error Recovery in Top-Down Parser
- test error recovery in the Table-Driven Parser for Balanced Parentheses
- ensuring entire input is parsed
- errors in a parser for polynomial expressions
Some tools to build top-down parsers: