Please help me to make a program to convert CFG to PDA...[non graphic]?

KangAndrey

New member
Joined
Dec 1, 2009
Messages
1
Reaction score
0
Points
1
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.
 
Back
Top