[ANN] pyparsing 1.2 released

P

Paul McGuire

pyparsing version 1.2 contains the following new features (since release
1.1.2):
- asXML() method added to ParseResults class to simplify creation of XML
from parsed text
- transformString() method added to ParserElement for performing text
substitutions of matching text patterns
- new support for whitespace-significant grammars (White() class and
retention of tab characters in input string)
- added parseFile() convenience method to simplify parsing input text files
(thanks Dang Griffith!)
- added htmlComment definition to support HTML data extraction grammars
- added/enhanced example programs:
. fourFn.py was extended to support exponention
. EBNF parser added (contributed by Seo Sanghyeon)
. Delphi forms parser (contributed by Dang Griffith)
. scanExamples.py added to provide examples of using scanString() and
transformString()
. URL extractor that scans HTML for URL references in <a href> tags
- more performance improvements

The pyparsing module can be found at http://pyparsing.sourceforge.net.

More detailed online documentation at
http://sourceforge.net/docman/display_doc.php?docid=20578&group_id=97203 .

-- Paul
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top