1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/textproc/re-flex/pkg-descr
Pietro Cerutti 00022c3fb1 textproc/re-flex: add new port
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
2019-02-14 17:42:19 +00:00

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