re2c¶
re2c is a free and open-source lexer generator for C and C++. Its main goal is generating fast lexers: at least as fast as their reasonably optimized hand-coded counterparts. Instead of using traditional table-driven approach, re2c encodes the generated finite state automata directly in the form of conditional jumps and comparisons.
homepage: http://re2c.org/
version | toolchain |
---|---|
1.1.1 |
GCCcore/8.2.0 |
1.2.1 |
GCCcore/8.3.0 |
1.3 |
GCCcore/9.3.0 |
2.0.3 |
GCCcore/10.2.0 |
2.1.1 |
GCCcore/10.3.0 |
2.2 |
GCCcore/11.2.0 |
2.2 |
GCCcore/11.3.0 |
3.0 |
GCCcore/12.2.0 |
3.1 |
GCCcore/12.3.0 |
3.1 |
GCCcore/13.2.0 |
(quick links: (all) - 0 - a - b - c - d - e - f - g - h - i - j - k - l - m - n - o - p - q - r - s - t - u - v - w - x - y - z)