RE/flex regular expression pattern compiler. More...
#include <reflex/bits.h>#include <reflex/debug.h>#include <reflex/input.h>#include <reflex/ranges.h>#include <reflex/setop.h>#include <cctype>#include <cstring>#include <iostream>#include <iomanip>#include <string>#include <list>#include <map>#include <set>#include <vector>

Classes | |
| class | reflex::Pattern |
| Pattern class holds a regex pattern and its compiled FSM opcode table or code for the reflex::Matcher engine. More... | |
| struct | reflex::Pattern::Error |
| Throwable error structure reflex::Pattern::Error. More... | |
| struct | reflex::Pattern::Position |
| Finite state machine construction position information. More... | |
| struct | reflex::Pattern::State |
| Finite state machine. More... | |
| struct | reflex::Pattern::Option |
| Global modifier modes, syntax flags, and compiler options. More... | |
Namespaces | |
| reflex | |
RE/flex regular expression pattern compiler.