Announcement -- ZestyParser

Terry Reedy tjreedy at udel.edu
Wed Jan 10 13:21:00 EST 2007


"Adam Atlas" <adam at atlas.st> wrote in message 
news:1168407920.281020.147680 at k58g2000hse.googlegroups.com...
| This has been on Cheese Shop for a few weeks now, being updated now and
| then, but I never really announced it. I just now put up a real web
| page for it, so I thought I'd take the opportunity to mention it here.
|
| ZestyParser is my attempt at a flexible toolkit for creating concise,
| precise, and Pythonic parsers. None of the existing packages really met
| my needs; Pyparsing came the closest, but I find it still has some
| shortcomings. ZestyParser is simply an abstract implementation of how I
| think about parsing; I don't expect it'll meet everyone's parsing
| needs, but I hope it'll make typical parsing tasks more joyful.
|
| Here's the web page:
| http://adamatlas.org/2006/12/ZestyParser/
| Here's the Cheese Shop page:
| http://cheeseshop.python.org/pypi/ZestyParser
| (I recommend you get the source package, as it includes the examples.)

I would like to look at the examples online (along with the doc file)
before downloading this and setuptools and installing, so I can see what
it actually looks like in use.

tjr






More information about the Python-list mailing list