summaryrefslogtreecommitdiff
path: root/devel/re2c/PLIST
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2003-07-29 16:17:41 +0000
committeragc <agc@pkgsrc.org>2003-07-29 16:17:41 +0000
commit9b4688a576692e7635068df76230504ed0811130 (patch)
treef0f56b8cae983492c5cda6a42d58238ba330b501 /devel/re2c/PLIST
parent0960eb4e11a40c878611fac8bfe4821cdeaf2859 (diff)
downloadpkgsrc-9b4688a576692e7635068df76230504ed0811130.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.
Diffstat (limited to 'devel/re2c/PLIST')
-rw-r--r--devel/re2c/PLIST3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/re2c/PLIST b/devel/re2c/PLIST
new file mode 100644
index 00000000000..f975c4f567b
--- /dev/null
+++ b/devel/re2c/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/29 16:17:41 agc Exp $
+bin/re2c
+man/man1/re2c.1