1,114 views
0 votes
0 votes

 for DCFL there exists LL(k) or not?

2 Answers

0 votes
0 votes

All the parsing methods are defined for a grammar and not a language.

There may be multiple grammar which may represent a particular language.

Depending on the grammar we can decide whether it is LL(k) or not.

And for LL(k),Grammar should be unambiguous,deterministic and it should not be left recursive.

No related questions found