LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
include/real/dfa.hpp
include/real/real.hpp
include/real/storage.hpp
include/real/version.hpp
include/real/automata/lazy_dfa.hpp
include/real/automata/onepass.hpp
include/real/automata/utf8_ranges.hpp
include/real/core/charclass.hpp
include/real/core/config.hpp
include/real/core/program.hpp
include/real/engine/assert_eval.hpp
include/real/engine/pike.hpp
include/real/engine/prefilter.hpp
include/real/frontend/ast.hpp
include/real/frontend/compiler.hpp
include/real/std/regex.hpp
include/real/std/regex_core.hpp
include/real/std/regex_iter.hpp
include/real/std/regex_match.hpp
include/real/unicode/unicode_fold.hpp
include/real/unicode/unicode_props.hpp
include/real/unicode/utf8.hpp
python/README.md
python/real/__init__.py
python/real/py.typed
python/real_regex.egg-info/PKG-INFO
python/real_regex.egg-info/SOURCES.txt
python/real_regex.egg-info/dependency_links.txt
python/real_regex.egg-info/top_level.txt
python/src/_real.cpp
python/tests/_regen_guard.py
python/tests/test_differential_fuzz.py
python/tests/test_flag_scope_ratchet.py
python/tests/test_parity.py
python/tests/test_policy.py
python/tests/test_real.py
python/tests/test_unicode_fold_regen.py
python/tests/test_unicode_props_regen.py