<- previous    index    next ->

Lecture 18 Inherently ambiguous CFL's, project

  See  project description 

  A CFL that is inherently ambiguous is one for which no
  unambiguous CFG can exists.

          i i j j                  i j j i
     L= {a b c d  | i,j>0} union {a b c d  | i,j>0} is such a language

  An ambiguous grammar is a grammar for a language where at least one
  string in the language has two parse trees. This is equivalent to
  saying some string has more than one leftmost derivation or more
  than one rightmost derivation.

   <- previous    index    next ->

Other links

Go to top