Concept drill
SLR parser
GATE CSE & IT · Parsing · 2003-2026
3
PYQs
67%
keyed
0
elite explanations
3
years appeared
Study anchor
Hopcroft-Ullman / Dragon Book
Automata, languages, parsing, syntax-directed translation
Practice action
Start latest PYQPYQs in this concept
All concepts →2026 PYQ
Which of the following statements is/are true?
easyanswer keybasic explanation
2024 PYQ
Consider the following augmented grammar, which is to be parsed with a SLR parser. The set of terminals is $\{ a, b, c, d, \, \#, \, @ \}$ $S' \rightarrow S$ $S \rightarrow SS \;|\...
mediumbasic explanation
2003 PYQ
Assume that the SLR parser for a grammar G has n 1 states and the LALR parser for G has n 2 states. The relationship between n 1 and n 2 is
easyanswer key