          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
