On Feb 21, 7:02 am, "Jakub Stolarski" <[EMAIL PROTECTED]> wrote: > On 20 Lut, 19:29, "Alan Isaac" <[EMAIL PROTECTED]> wrote:> If not, what > module providing substantially similar functionality is? > > AFAIK there's no parser generator module in standard library. > > I would like to see PLY in standard library too. > > -- > Jakub Stolarski
Other candidates besides PLY: http://www.nedbatchelder.com/text/python-parsers.html http://wiki.python.org/moin/LanguageParsing I'm not sure this is a "one size fits all" problem space. Personally I find PLY's use of docstrings for grammar definition a bit too clever (as I'm sure others have their own personal likes and dislikes on any of these packages, even (gasp) pyparsing). -- Paul -- http://mail.python.org/mailman/listinfo/python-list