1

Is complement of LL(k) grammar context free?

flag
What is LL(k)?? – Benjamin Steinberg Jun 1 at 15:04
en.wikipedia.org/wiki/LL_parser – Sridhar Ramesh Jun 1 at 21:30

1 Answer

1

In general, the complement of a context-free language is not context-free. However, LL(k) languages are a strict subset of the deterministic CFLs.

The complement of a DCFL is also a DCFL, because it can be recognized by the same deterministic push-down automaton, just with the "accept" and "reject" states swapped.

So the answer to your question appears to be "yes, in fact it is deterministic context-free."

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.