|
REAL
Regular Expression Algorithmic Library — constexpr C++20 regex
|
Files | |
| lazy_dfa.hpp | |
| A lazy, priority-preserving forward DFA over the Pike program (the kFirstMatch forward pass + cache). | |
| onepass.hpp | |
| The one-pass builder: decides whether a pattern is one-pass and, if so, tabulates a deterministic capture-writing automaton over the byte-program. | |
| utf8_ranges.hpp | |
Code-point range → canonical UTF-8 byte-range sequences (RE2 / rust regex-syntax Utf8Sequences). | |