slackbuilds_ponce/development/re2c
Matteo Bernardini 2de8baec1b
development/re2c: Updated for version 2.0.3.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2020-08-29 10:07:56 +07:00
..
re2c.info
re2c.SlackBuild
README
slack-desc

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.