re2c
re2c is a free and open-source lexer generator for C and C++. Its main goal is generatingfast lexers: at least as fast as their reasonably optimized hand-coded counterparts. Instead of usingtraditional table-driven approach, re2c encodes the generated finite state automata directly in the formof conditional jumps and comparisons.
Available modules
The overview below shows which re2c installations are available per target architecture in the HPCC module system, ordered based on software version (new to old).
To start using re2c, load one of these modules using a module load command like:
module load re2c/3.1-GCCcore-13.3.0
(This data was automatically generated on Thu, 22 Jan 2026 at 12:03:27 EST)
| gateway | generic | zen2 | zen3 | zen4 | skylake_avx512 | |
|---|---|---|---|---|---|---|
| Gateway nodes | everywhere (except Grace nodes) | amd20 | amd22 | amd24 | intel18,amd20-v100,amd21,intel21 | |
| re2c/3.1-GCCcore-13.3.0 | - | x | - | - | - | - |
| re2c/3.1-GCCcore-13.2.0 | - | x | - | - | - | - |
| re2c/3.1-GCCcore-12.3.0 | - | x | - | - | - | - |
| re2c/3.0-GCCcore-12.2.0 | - | x | - | - | - | - |