mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
00022c3fb1
RE/flex is a free and open-source alternative to the fast lexical analyzer Flex. RE/flex generates fast lexical analyzers for C++, also known as "scanners", "lexers", or "tokenizers". RE/flex offers many new useful features including Unicode support, indent/nodent/dedent anchors, word boundaries, lazy quantifiers (non-greedy, lazy repeats), and performance tuning options. The RE/flex software also includes a very fast stand-alone regex library for C++. WWW: https://www.genivia.com/reflex.html
9 lines
499 B
Plaintext
9 lines
499 B
Plaintext
RE/flex is a free and open-source alternative to the fast lexical analyzer
|
|
Flex. RE/flex generates fast lexical analyzers for C++, also known as
|
|
"scanners", "lexers", or "tokenizers". RE/flex offers many new useful features
|
|
including Unicode support, indent/nodent/dedent anchors, word boundaries, lazy
|
|
quantifiers (non-greedy, lazy repeats), and performance tuning options. The
|
|
RE/flex software also includes a very fast stand-alone regex library for C++.
|
|
|
|
WWW: https://www.genivia.com/reflex.html
|