0
2.8kviews
For the following grammer construct LL(1) parser table

S→F S→(S-F) F→a
And Parse the string (a-a). Show contents of stack and i/p buffer and action taken after each up.

1 Answer
0
70views

In above production thire is no terminal symbol, So above grammar is not in the form of LL(1) grammer. So we can say that above grammar is not in LL(1)

Please log in to add an answer.