Charming Python: Parsing with the SimpleParse module description
All programmers need to identify parts and structures that exist inside textual documents: log files, configuration files, delimited data, and more free-form (but still semi-structured) report formats. There are many parsing tools that have been written for Python. This article discusses a high-level parsing language built on top of Python. SimpleParse provides an EBNF-style syntax on top of mxTextTools that can greatly clarify the expression of grammars.
Similar scripts
Python for the PalmOS
(Popularity: ) : Pippy is a port of (a subset of) Python to the PalmOS. With Pippy, Python programmers can create custom applications ... Extending Python and Zope in C
(Popularity: ) : To extend Zope, you first extend Python. While extending Python is not brain surgery, it's no walk in the park ...