166 views
2 votes
2 votes

Identify an equivalent non-left recursive CFG for the following CFG:

How to solve such quesitons?

I know that, if

A->Ax/y

then it will be reduced to

A->yA'

A'->xA'/epsilon

How to identify "y" from above example.

Please log in or register to answer this question.

No related questions found