PLY for standard library

Paul McGuire ptmcg at austin.rr.com
Wed Feb 21 15:27:54 EST 2007


On Feb 21, 7:02 am, "Jakub Stolarski" <jakub.stolar... at gmail.com>
wrote:
> On 20 Lut, 19:29, "Alan Isaac" <ais... at american.edu> 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




More information about the Python-list mailing list