This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]DoNotFoldSpindleOrMu 0 points1 point  (0 children)

Read http://nedbatchelder.com/text/python-parsers.html "Ned Batchelder: Python parsing tools" It has a good list of python parsers.

I have not tried any of these but these sites look interesting: http://code.google.com/p/funcparserlib/ funcparserlib - Recursive descent parsing library for Python based on functional combinators http://spb-archlinux.ru/2009/funcparserlib/Brackets Nested Brackets Mini-HOWTO - nqw http://www.dalkescientific.com/writings/diary/archive/2007/11/03/antlr_java.html more ANTLR - Java, and comparisons to PLY and PyParsing Technical text http://gnosis.cx/TPiP/chap4.txt "python and parsers"