3 3 votes The action of parsing the source program into the proper syntactic classes is known as 1. Lexical Analysis 2. Syntax Analysis 3. Interpretation Analysis 4. Parsing Compiler Design compiler-design lexical-analysis + – nishant279 2.9k views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
3 3 votes 1 is correct answer because in lexical analysis we devide given input buffer into tokens compiler checks every charecter by it's regular expression and it identify whether it is keyword or identifier or operator etc. G Shaheena answered Sep 1, 2017 G Shaheena comment Share Follow 0 reply Please log in or register to add a comment.