0
13kviews
Explain Different Error Recovery Techniques Used By Compiler.

Subject: system programming and compiler construction

Topic: Software Tools

Difficulty: High

1 Answer
0
824views

There are four common error-recovery strategies that can be implemented in the parser to deal with errors in the code.

Panic mode When a parser encounters an error anywhere in the statement, it ignores the rest of the statement by not processing input from erroneous input to delimiter, such as …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.