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 | NIC5 | Hercules2 | Dragon2 | Lemaitre3 | Dragon1 |
---|---|---|---|---|---|
re2c/1.2.1-GCCcore-8.3.0 | ✓ | ✓ | ✓ | ✓ | ✓ |
re2c/1.3-GCCcore-9.3.0 | ✓ | ✓ | |||
re2c/2.0.3-GCCcore-10.2.0 | ✓ | ✓ | ✓ | ||
re2c/2.1.1-GCCcore-10.3.0 | ✓ | ||||
re2c/2.2-GCCcore-11.2.0 | ✓ | ✓ | |||
re2c/2.2-GCCcore-11.3.0 | ✓ | ||||
re2c/3.0-GCCcore-12.2.0 | ✓ | ✓ | |||
re2c/3.1-GCCcore-13.2.0 | ✓ |