Next: Error Recovery in Bottom-Up
Up: No Title
Previous: If Solution
- After an error, the parser should be able to continue processing.
- Processing is for finding other errors, not for code generation
or interpretation. These get disabled after the first error.
- Question: How can the parser recover from an error and resume
normal parsing?
Christoph Zenger
4/6/2000