./wip/py-yapps2, Yet Another Python Parser System

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.1.1, Package name: py27-yapps2-2.1.1, Maintainer: kamelderouiche

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.


Required to run:
[lang/python27]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 3d33001b0eee4028d88953800f8072514e2929d9
Filesize: 19.224 KB

Version history: (Expand)


CVS history: (Expand)


   2014-12-31 14:58:32 by Thomas Klausner | Files touched by this commit (37)
Log message:
Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.

Fix various problems while here, including marking packages as not ready
for python-3.x.
   2012-11-23 23:33:55 by othyro | Files touched by this commit (43)
Log message:
Mostly whitespace and blank line fixing. Some files also got minor
formatting corrections as well as other corrections.
   2012-10-07 15:57:25 by Aleksej Saushev | Files touched by this commit (211)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2010-05-12 18:08:56 by Kamel Derouiche | Files touched by this commit (4) | Imported package
Log message:
Import py26-yapps2-2.1.1 as wip/py-yapps2.

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.