abdullahmogha
- 2
- 0
challeng ! in simplifying the Grammer
It is a challeng grammer to be simplified by removing all useless, unit, and epsilon (empty string)-productions:
S -> abAB |CD
A -> aBA |epsilon (empty string)
B -> ABb |A |epsilon (empty string)
C -> bb |CD
D -> bD
if no one answer it
It is a challeng grammer to be simplified by removing all useless, unit, and epsilon (empty string)-productions:
S -> abAB |CD
A -> aBA |epsilon (empty string)
B -> ABb |A |epsilon (empty string)
C -> bb |CD
D -> bD
if no one answer it
