# HOW TO EDIT THIS FILE: # The "handy ruler" below makes it easier to edit a package description. Line # up the first '|' above the ':' following the base package name, and the '|' # on the right side marks the last column you can put a character in. You must # make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':'. |-----handy-ruler------------------------------------------------------| re2c: re2c (a tool for generating C-based recognizers from regular expressions) re2c: re2c: re2c is a tool for generating C-based recognizers from regular re2c: expressions. re2c-based scanners are efficient: for programming re2c: languages, given similar specifications, an re2c-based scanner is re2c: typically almost twice as fast as a flex-based scanner with little or no re2c: increase in size (possibly a decrease on cisc architectures). Indeed, re2c: re2c-based scanners are quite competitive with hand-crafted ones. re2c: License: Public Domain re2c: Authors: see README file re2c: Website: http://sourceforge.net/projects/re2c/ #---------------------------------------- BUILDDATE: Sun Aug 17 01:22:49 EDT 2008 PACKAGER: Caitlyn Martin HOST: Linux 2.6.22.19 i686 DISTRO: 5.9 Light Final built on 2008-07-16 CFLAGS: -O2 -march=i586 -mtune=i686 LDFLAGS: CONFIGURE: $ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/man --with-included-gettext --disable-debug --program-prefix= --program-suffix= --build=i486-slackware-linux