Computer Science, asked by bhatiaaditi3168, 1 year ago

How to find if error is syntax semantic or lexical in compiler?

Answers

Answered by rupali1717
0
Error detection and Recovery in Compiler
In this phase of compilation, all possible errors made by the user are detected and reported to the user in form of error messages. This process of locating errors and reporting it to user is called Error Handling process.
Functions of Error handler
Detection
Reporting
Recovery
Similar questions