westes/flex
The Fast Lexical Analyzer - scanner generator for lexing in C and C++ observed · 2026-08-28
Health v2 · maintenance only
66/100
- Activity 95
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4670
- days_rel: n/a
- days_push: 30
- n_releases_24m: 0
Adoption not part of the score
4039 stars · 572 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
flex is the classic fast lexical analyzer generator that produces C/C++ scanner code from regular-expression pattern specifications. It is the standard successor to lex, widely used in compilers, interpreters, and text-processing tools.
Use cases
- generate a lexer for a programming language in C
- tokenize text with regular expression patterns
- build a scanner for a compiler or interpreter
- replace hand-written string parsing with generated lexing code
- port legacy lex scanner files to modern toolchains
When to choose
- you need a fast, battle-tested lexer generator for C or C++
- you want POSIX lex compatibility
- you are building a compiler front end and need tokenization
When to avoid
- you need a lexer for languages other than C/C++ (consider alternatives like re2c, ANTLR, or language-native lexer libraries)
- you need full parser generation, not just lexing (pair with bison or use a parser generator)
- you want a modern regex engine embedded at runtime rather than generated code
Facets
cli-tool · maturity stable
parser compiler developer-tools parsers developer-tools programming-languages windows cross-platform cli lexer-generator scanner lex c c++ regex linux macos
1 source
- readme: https://github.com/westes/flex · fetched 2026-08-28 · c3e61923cd60
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| westes/flex | main | 66 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem