Language Generated by a Grammar
Given a grammar G with start symbol S , the language generated by G, denoted L(G) , is the set of derivable terminal strings w : L(G) = { w | S +&rArr w }
Two grammars that generate the same language are equivalent. a*b*(a | b)* = (a | b)*
The union of two languages is simply set union, i.e., L1 &cup L2 = { l | l &isin L1 &or l &isin L2 }
The concatenation of two languages is: L1L2 = { l1l2 | l1 &isin L1 &and l2 &isin L2 }
Contents    Page-10    Prev    Next    Page+10    Index