[Lunar-commits] <moonbase> re2c: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Thu Oct 1 14:08:05 CEST 2009
commit 5c92a1a6f538c9f3576cf75e4de0134775607e96
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Thu Oct 1 08:08:05 2009 -0400
re2c: Adding to moonbase.
---
doc-tools/re2c/DETAILS | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/doc-tools/re2c/DETAILS b/doc-tools/re2c/DETAILS
new file mode 100644
index 0000000..66c4fc3
--- /dev/null
+++ b/doc-tools/re2c/DETAILS
@@ -0,0 +1,19 @@
+ MODULE=re2c
+ VERSION=0.13.5
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE/$VERSION
+ SOURCE_VFY=sha1:3d334efab53a4a051a2b189b49a849e13523b6c0
+ WEB_SITE=http://re2c.sourceforge.net/
+ ENTERED=20091001
+ UPDATED=20091001
+ SHORT="for writing very fast and very flexible scanners"
+
+cat << EOF
+re2c is a tool for writing very fast and very flexible scanners. Unlike any
+other such tool, re2c focuses on generating high efficient code for regular
+expression matching. As a result this allows a much broader range of use than
+any traditional lexer offers. And Last but not least re2c generates warning free
+code that is equal to hand-written code in terms of size, speed and quality.
+
+The above made the PHP team to use re2c in various places.
+EOF
More information about the Lunar-commits
mailing list