# 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 |Generic|E5|Lake|Epyc|Cascade|
|------|------|------|------|------|------|
|re2c/2.1.1-GCCcore-10.3.0|| ✓ | ✓ || ✓ |
|re2c/3.1-GCCcore-13.2.0|| ✓ ||||