diff options
author | eivind <eivind@FreeBSD.org> | 1998-05-17 01:41:25 +0800 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 1998-05-17 01:41:25 +0800 |
commit | 0808ae9ad33a4dbefca69e06be77115496dfdf8d (patch) | |
tree | c1a6993b980c5a8eed374b583a53a919f4a8e70b /devel/re2c/pkg-comment | |
parent | a821e94fd66c1cd9f91f9f5983a6db6dddc0bd49 (diff) | |
download | freebsd-ports-gnome-0808ae9ad33a4dbefca69e06be77115496dfdf8d.tar.gz freebsd-ports-gnome-0808ae9ad33a4dbefca69e06be77115496dfdf8d.tar.zst freebsd-ports-gnome-0808ae9ad33a4dbefca69e06be77115496dfdf8d.zip |
Initial import of re2c, a program to compile regular expression to C.
This is basically the same concept as lex, except this time it doesn't
turn your code inside out, and it generates actual C code to parse the
expressions (not tables), and the resulting code is usually about 2
times faster than flex.
Diffstat (limited to 'devel/re2c/pkg-comment')
-rw-r--r-- | devel/re2c/pkg-comment | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/re2c/pkg-comment b/devel/re2c/pkg-comment new file mode 100644 index 000000000000..2f05ccaa0273 --- /dev/null +++ b/devel/re2c/pkg-comment @@ -0,0 +1 @@ +Compile regular expression to C (much faster final code than flex) |