re2c is a tool for writing flexible and fast lexers. Unlike other such tools, it concentrates solely on generating efficient code for matching regular expressions.
This make it suitable for a wide variety of applications. The generated scanners approach hand-crafted ones in terms of size and speed.
What's New in This Release:
· A bug in re2c's internal buffering caused issues with a input files in some circumstances. As a consequence re2c would either report an error or even crash. No further changes have been made.
Product's homepage