Download List

專案描述

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-05-26 04:20
0.13.5

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.
標籤: Major bugfixes

2008-04-06 23:12
0.13.4

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.
標籤: Minor feature enhancements

2008-02-15 22:16
0.13.2

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.
標籤: Minor feature enhancements

2007-09-12 14:06
0.12.3

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.
標籤: Minor bugfixes

2007-06-27 07:35
0.12.2

This stable version fixes a crashing problem on
Mac OS X concerning fwrite with 0 length.
標籤: Minor bugfixes

Project Resources