re2c
Compiler/GCCcore/12.3.0
3.1
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
| EBROOTRE2C | /p/software/deep/stages/2024/software/re2c/3.1-GCCcore-12.3.0 |
| EBVERSIONRE2C | 3.1 |
| EBDEVELRE2C | /p/software/deep/stages/2024/software/re2c/3.1-GCCcore-12.3.0/easybuild/Compiler-GCCcore-12.3.0-re2c-3.1-easybuild-devel |
| +CMAKE_PREFIX_PATH | /p/software/deep/stages/2024/software/re2c/3.1-GCCcore-12.3.0 |
| +MANPATH | /p/software/deep/stages/2024/software/re2c/3.1-GCCcore-12.3.0/share/man |
| +PATH | /p/software/deep/stages/2024/software/re2c/3.1-GCCcore-12.3.0/bin |
| +XDG_DATA_DIRS | /p/software/deep/stages/2024/software/re2c/3.1-GCCcore-12.3.0/share |