mirror of https://git.FreeBSD.org/ports.git
7 lines
347 B
Plaintext
7 lines
347 B
Plaintext
Interegular is a library to check a subset of python regexes for intersections.
|
|
Based on grennery by @qntm. Adapted for lark-parser.
|
|
|
|
The primary difference with grennery library is that interegular is focused on
|
|
speed and compatibility with python re syntax, whereas grennery has a way to
|
|
reconstruct a regex from a FSM, which interegular lacks.
|