On 2007-07-02, Laurent Pointal <[EMAIL PROTECTED]> wrote: > Neil Cerutti wrote: >> How can I make the Python more idiomatic Python? > > Have you taken a look at pyparsing ?
Yes, I have it. PyParsing has, well, so many convenience features they seem to shout down whatever the core features are, and I don't know quite how to get started as a result. Hardest of all was modifying a working PyParsing program. As a result, I've found writing my own recursive descent parsers much easier. I'm probably wrong, though. ;) -- Neil Cerutti -- http://mail.python.org/mailman/listinfo/python-list