Back to the 2019 paper

Module 2 : Syntax Analysis (Parser)

20197m

Check whether the following grammar is LL(1) grammar or not :
SiEtSAaS \rightarrow iEtSA | a
AeSϵA \rightarrow eS | \epsilon
EbE \rightarrow b

Similar questions