Picoparse

A very small parser / scanner library for Python
Download

Picoparse Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Price:
  • FREE
  • Publisher Name:
  • Andrew Brehaut
  • Publisher web site:
  • http://pypi.python.org/pypi/picoparse/
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 9 KB

Picoparse Tags


Picoparse Description

A very small parser / scanner library for Python Picoparse is a very small parser library for constructing parsers straight forward, and without using any regular expressions. Picoparse is built to make constructing parsers straight forward, and without the complications regular expressions bring to the table. The design is heavily by Parsec from Haskell. Picoparse will lazily scan input as needed and provides smart backtracking facilities. The core library is not specific to text and will work over any iterable type.


Picoparse Related Software