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
23 lines
517 B
Plaintext
23 lines
517 B
Plaintext
bin/reflex
|
|
include/reflex/abslexer.h
|
|
include/reflex/absmatcher.h
|
|
include/reflex/bits.h
|
|
include/reflex/boostmatcher.h
|
|
include/reflex/convert.h
|
|
include/reflex/debug.h
|
|
include/reflex/error.h
|
|
include/reflex/flexlexer.h
|
|
include/reflex/input.h
|
|
include/reflex/matcher.h
|
|
include/reflex/pattern.h
|
|
include/reflex/posix.h
|
|
include/reflex/ranges.h
|
|
include/reflex/setop.h
|
|
include/reflex/stdmatcher.h
|
|
include/reflex/timer.h
|
|
include/reflex/traits.h
|
|
include/reflex/unicode.h
|
|
include/reflex/utf8.h
|
|
lib/libreflex.a
|
|
man/man1/reflex.1.gz
|