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.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to