pkgsrc-wip/py-yapps2/DESCR
Blue Rats b279d62a40 Mostly whitespace and blank line fixing. Some files also got minor
formatting corrections as well as other corrections.
2012-11-23 22:33:25 +00:00

6 lines
412 B
Text

Yapps (Yet Another Python Parser System) is an easy to use parser generator that
is written in Python and generates Python code. Although there are several
parser generators already available for Python, I had different goals, including
learning about recursive descent parsers. Yapps is simple, is easy to use, and
produces human-readable parsers. It is not the fastest, most powerful, or most
flexible parser.