0
2.7kviews
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)

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.