>
GATE CS
>
Compiler Design
List of top Compiler Design Questions asked in GATE CS
Grammar to be parsed by SLR parser {a, b, c, d, #, @
S'
\(→\)
S
S
\(→\)
SS |Aa| bAc | Bc | bAb
A
\(→\)
d#
B
\(→\)
@
(Closure { S'
\(→\)
.S})
The number of items in goto Io on input S.
GATE CS
Compiler Design
SLR(1)