re2c¶
Description¶
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.
More information¶
- Homepage: https://re2c.org/
Availability¶
Module | Manneback | Lemaitre4 |
---|---|---|
re2c/1.2.1-GCCcore-8.3.0 | √ | |
re2c/2.2-GCCcore-11.2.0 | √ | √ |
re2c/3.0-GCCcore-12.2.0 | √ | |
re2c/3.1-GCCcore-12.3.0 | √ | |
re2c/3.1-GCCcore-13.2.0 | √ |