in Compiler Design retagged by
643 views
0 votes
0 votes
Construct the predictive parsing table for the grammar and tell whether the grammar is LL(1) or not
S --> (L) / a
L --> L, S / S
in Compiler Design retagged by
643 views

1 Answer

1 vote
1 vote
I think it's not LL(1) as it is left recursive