code wiki / regex
topic: regex
7 modules sharing the regex name family (derived from the tree's prefix discipline).
| module | description | lines | funcs |
|---|---|---|---|
| nx_regex.nx | SOVEREIGN linear-time regex GATE, now on the GENERAL nx_regex_lib (rule 15). Linear NFA state-set, | 50 | 4 |
| nx_regex_bench.nx | HONEST benchmark: nx_regex vs the backtracking incumbents (PCRE/Perl/Python), grounded on | 57 | 6 |
| nx_regex_gate.nx | 77 | 5 | |
| nx_regex_lib.nx | GENERAL SOVEREIGN REGEX CAPABILITY (shared library). Linear-time NFA matcher (state-set, no | 91 | 8 |
| nx_regex_unified_gate.nx | GATE: the UNIFIED linear-time regex engine (nx_regex_vm_lib) is a STRICT SUPERSET of | 69 | 5 |
| nx_regex_vm.nx | FULL regex with ALTERNATION | and GROUPS () via a Thompson NFA, still LINEAR-TIME (epsilon- | 143 | 10 |
| nx_regex_vm_lib.nx | the UNIFIED sovereign regex engine (linear-time Thompson NFA, ReDoS-immune) as a pure LIBRARY. | 128 | 9 |