Subject: CVS commit: pkgsrc/devel/re2c
To: None <pkgsrc-changes@NetBSD.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: pkgsrc-changes
Date: 07/29/2003 16:17:43
Module Name:	pkgsrc
Committed By:	agc
Date:		Tue Jul 29 16:17:42 UTC 2003

Update of /cvsroot/pkgsrc/devel/re2c
In directory minbar.netbsd.org:/tmp/cvs-serv23803

Log Message:
Initial import of re2c-0.9.1 into the NetBSD Packages Collection.

re2c is a preprocessor that generates C-based recognizers from regular
expressions.  The input to re2c consists of C/C++ source interleaved
with comments of the form /*!re2c ...  */ which contain scanner
specifications.  In the output these comments are replaced with code
that, when executed, will find the next input token and then execute
some user-supplied token-specific code.

re2c generates parsers which are not table-based, and can be twice as
fast as flex.


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

No conflicts created by this import