re: https://wiki.python.org/moin/LanguageParsing
Could you please add the following line to the table? Name: bison.py Grammar: LALR1 Module: C Python: 2.7+ Comment: Provides a skeleton for the Gnu Bison compiler-compiler to generate parsers for Python. One uses normal bison, but specifies this skeleton. The actions are assumed to be python code. See https://github.com/Unidata/bison.py. =Dennis Heimbigner Unidata _______________________________________________ pydotorg-www mailing list [email protected] https://mail.python.org/mailman/listinfo/pydotorg-www
