Next: Summary Top-Down Parsing
Up: No Title
Previous: LL(1) Grammar
- We choose a set of stop-symbols, e.g. } ; )
- If we encounter an error, we call skip(),
give an error message and return.
- skip() skips the input to the next stop symbol.
- It also skips subblocks { ... } completely.
- We do not print two error messages for the same position.
Christoph Zenger
4/6/2000