cfg

  1. K

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

    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.
  2. M

    Draw a non-deterministic PDA for the following CFG.?

    Draw a non-deterministic PDA for the following CFG. S-> bS | aY Y -> aY | bZ Z -> aY | bS | ^
Back
Top