Back to the 2025 paper

Module 2 : Syntax Analysis (Parser)

20257m

Describe the working of LL(1) parser. Draw the LL(1) parsing table for the given grammar:

SaAbBS \rightarrow aA \mid bB
AaA \rightarrow a
BbB \rightarrow b

Similar questions