Back to the 2023 paper

Module 2 : Syntax Analysis (Parser)

20236m

Show that the following grammar is LL(1) but not SLR(1).
SAaAb/BbBaS \rightarrow AaAb/BbBa
AϵA \rightarrow \epsilon
BϵB \rightarrow \epsilon

Similar questions