Quiz on Parser in Compiler Design



1. What is the primary function of a parser in compiler design?
2. Which type of parser reads the input from left to right and constructs a rightmost derivation in reverse?
3. What kind of grammar do LL parsers work with?
4. What does the 'L' in LL parsing stand for?
5. In which parsing technique is backtracking used?

Advertisements