re2c is a tool for writing fast and flexible 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.
| Tags | Software Development Code Generators |
|---|---|
| Licenses | MIT/X |
| Implementation | C C++ |
Recent releases


Changes: A bug in the internal buffering caused issues with input files in some circumstances. As a consequence, re2c would either report an error or even crash. No further changes have been made.


Changes: This release adds a few minor features. Most notably, it allows for transparent handling of #line directives in input files and has improved -r functionality. The -r interface has changed a lot.


Changes: This is hopefully the last development release of the 0.13 cycle, and should lead to a stable 0.14 release. This version is being used to replace the use of flex as the PHP scanner generator. At the time of this writing, the efforts are extremely promising, and more than 98% of the 5K PHP tests already pass.


Changes: This release fixes some minor build issues for Mac OS and AIX. Furthermore, run-tests.sh has increased compatibility and allows auto-detection of a Cygwin environment and the presence of a Visual Studio build. If detected, the test suite will automatically use that build.


Changes: This stable version fixes a crashing problem on Mac OS X concerning fwrite with 0 length.
A program that improves photos by matching and averaging several together.