Subject: CVS commit: pkgsrc/devel/py-TPG
To: None <pkgsrc-changes@NetBSD.org>
From: Marc Recht <recht@netbsd.org>
List: pkgsrc-changes
Date: 09/15/2003 22:08:37
Module Name:	pkgsrc
Committed By:	recht
Date:		Mon Sep 15 22:08:36 UTC 2003

Update of /cvsroot/pkgsrc/devel/py-TPG
In directory minbar.netbsd.org:/tmp/cvs-serv24068

Log Message:
Initial import of py-TPG 2.1.6
based upon the pkg provided by Michal Pasternak in PR 21982

TPG can very simply write parsers that are usefull for most every day needs
(even if it can't make your coffee). With a very clear and simple syntax,
you can write an attributed grammar that is translated into a recursive
descendant parser. TPG generated code is very closed to the original
grammar. This means that the parser works "like" the grammar. A grammar rule
can be seen as a method of the parser class, symbols as method calls,
attributes as method parameters and semantic values as return values. You
can also add Python code directly into grammar rules and build abstract
syntax trees while parsing.


Vendor Tag:	TNF
Release Tags:	pkgsrc-base
		
N pkgsrc/devel/py-TPG/Makefile
N pkgsrc/devel/py-TPG/PLIST
N pkgsrc/devel/py-TPG/distinfo
N pkgsrc/devel/py-TPG/DESCR

No conflicts created by this import