diff options
author | agc <agc@pkgsrc.org> | 2003-07-29 16:19:17 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-07-29 16:19:17 +0000 |
commit | 662fb8252807d31a7ac7783489a25dfd6b29ab96 (patch) | |
tree | c05370b817876cc9bbc32161593b173068aa3f6f | |
parent | 39ba0ed371dcb124ef5c2200bac1238716c80303 (diff) | |
download | pkgsrc-662fb8252807d31a7ac7783489a25dfd6b29ab96.tar.gz |
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.
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 11c1d616d3c..4765f114e71 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.2919 2003/07/29 12:46:27 agc Exp $ +$NetBSD: CHANGES,v 1.2920 2003/07/29 16:19:17 agc Exp $ Changes to the packages collection and infrastructure in 2003: @@ -3053,3 +3053,4 @@ Changes to the packages collection and infrastructure in 2003: Updated phoenix-bin to 0.6.1 [grant 2003-07-29] Updated kdepim3 to 3.1.2nb2 [markd 2003-07-29] Added device-driver-doc-de-20030729 [agc 2003-07-29] + Added re2c-0.9.1 [agc 2003-07-29] |