Page 1 of 1

Suppose A->xBz and B->y, then the simplified grammar would be:

Posted: Thu Jul 14, 2022 9:26 am
by answerhappygod
a) A->xyz
b) A->xBz|xyz
c) A->xBz|B|y
d) none of the mentioned