navyaCurator
In analyzing the compilation of PL/I program, the term "Syntax analysis" is associated with
In analyzing the compilation of PL/I program, the term "Syntax analysis" is associated with
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Questions | Answers | Discussions | Knowledge sharing | Communities & more.
The syntax analysis phase then checks whether the token sequence conforms to the grammar rules of the PL/I language. If any syntax errors are found, the compiler will generate error messages. After the syntax analysis, the compiler performs semantic analysis to check for any logical errors in the code.