You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Willy Sudiarto Raharjo f6f216c1ea development/re2c: Updated for version 0.16. 10 years ago
..
README development/re2c: Updated for version 0.13.5 16 years ago
re2c.SlackBuild development/re2c: Updated for version 0.16. 10 years ago
re2c.info development/re2c: Updated for version 0.16. 10 years ago
slack-desc various: Fix slack-desc formatting and comment nit picks. 12 years ago

README

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.