KangAndrey
New member
For example make a program to draw a non-deterministic PDA for the following CFG.
S-> bS | aY
Y -> aY | bZ
Z -> aY | bS | ^
It should not use graphical interface. I mean the output from the program is non-graphical PDA.
S-> bS | aY
Y -> aY | bZ
Z -> aY | bS | ^
It should not use graphical interface. I mean the output from the program is non-graphical PDA.