re2c 0.13.2 (Default branch) |
|
|
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.
License: MIT/X Consortium License
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.
|