Modules for inclusion in standard library?

Chris Connett chrisconnett at gmail.com
Mon Jun 27 18:47:15 EDT 2005


pyparsing is the far and away the easiest general purpose parser out
there that I've encountered; BNF-style grammar parsing is a *pleasure*
with pyparsing.  And it all comes in a single pure python module to
boot.




More information about the Python-list mailing list