re2c

Tool for generating C-based recognizers from regular expressions

Description

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.
Website: http://re2c.org/
License: Public Domain
Vendor: Fedora Project
Group: development/tools

Packages

re2c-0.13.5-1.el6.x86_64 [200 KiB] Changelog by Matthias Saou (2010-07-12):
- Update to 0.13.5.
- Update URL to the one used in the included spec file.