CHANGELOG.md
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
regexy/__init__.py
regexy.egg-info/PKG-INFO
regexy.egg-info/SOURCES.txt
regexy.egg-info/dependency_links.txt
regexy.egg-info/not-zip-safe
regexy.egg-info/top_level.txt
regexy/compile/__init__.py
regexy/compile/compile.py
regexy/compile/nfa.py
regexy/compile/parse.py
regexy/compile/rpn.py
regexy/process/__init__.py
regexy/process/captures.py
regexy/process/match.py
regexy/shared/__init__.py
regexy/shared/exceptions.py
regexy/shared/nodes.py
regexy/shared/symbols.py
regexy/shared/collections/__init__.py
regexy/shared/collections/states_set.py
tests/__init__.py
tests/tests.py