Consider the grammar with non-terminals N = { S, C, S1), terminals T = {a, b, i, t, e}, with S as the start symbol, and the following set of rules:
S $\rightarrow$iCtSS1 | a S1 $\rightarrow$ eS |$\in$ C $\rightarrow$ b
The grammar is NOT LL(1) because:
Reveal answer
Fill a bubble to check yourself
