File List

updated Wed Apr 10 2024 by Robert van Engelen
 
File List
Here is a list of all files with brief descriptions:
 abslexer.hRE/flex abstract lexer base class for reflex-generated scanners
 absmatcher.hRE/flex abstract matcher base class and pattern matcher class
 bits.hRE/flex operations on dynamic bit vectors
 boostmatcher.hBoost::regex-based matcher engines for pattern matching
 convert.hRE/flex regex converter
 debug.hRE/flex debug logs and assertions
 error.hRE/flex regex errors
 flexlexer.hRE/flex Flex-compatible FlexLexer base class and Flex-compatible macros
 input.hRE/flex input character sequence class
 linematcher.hMatcher engine to match lines and nothing else
 matcher.hRE/flex matcher engine
 pattern.hRE/flex regular expression pattern compiler
 pcre2matcher.hPCRE2-JIT-based matcher engines for pattern matching
 posix.hGet POSIX character class ranges and regex translations
 ranges.hRE/flex range sets as closed and open-ended set containers
 reflex.cppRE/flex scanner generator replacement for Flex/Lex
 reflex.hRE/flex scanner generator replacement for Flex/Lex
 setop.hRE/flex operations on STL containers and sets
 simd.hRE/flex SIMD intrinsics
 stdmatcher.hC++11 std::regex-based matcher engines for pattern matching
 timer.hMeasure elapsed wall-clock time in milliseconds
 traits.hType traits for (non-)const type inference
 unicode.hGet Unicode character class ranges and UTF-8 regex translations
 utf8.hRE/flex UCS to UTF-8 converters