[BACK]Return to distinfo CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / re2c

File: [cvs.NetBSD.org] / pkgsrc / devel / re2c / distinfo (download)

Revision 1.1.1.1 (vendor branch), Tue Jul 29 16:17:41 2003 UTC (20 years, 8 months ago) by agc
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2004Q1-base, pkgsrc-2004Q1, pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.1: +0 -0 lines

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.

$NetBSD: distinfo,v 1.1.1.1 2003/07/29 16:17:41 agc Exp $

SHA1 (re2c-0.9.1.tar.gz) = 45b2d33348bc340d633e6f0aca7b1a5e5a75914e
Size (re2c-0.9.1.tar.gz) = 115783 bytes