lukeparser / pybison

Use Bison directly from Python
https://pypi.org/project/pybison
GNU General Public License v2.0
26 stars 6 forks source link

Fix examples/calc1 & examples/calc (Commands not recognized) #39

Open da-h opened 2 years ago

da-h commented 2 years ago

Running the code in examples/calc1 opens the prompt correctly and suggests to type help for help. However, no command seems to be recognized currently.

Also the simpler example calc does not quit the code when entering the QUIT command as defined in the parser.