.gitignore
AGENTS.md
LICENSE
MANIFEST.in
README.md
build_backend.py
pyproject.toml
requirements.md
requirements.txt
.github/copilot-instructions.md
.github/workflows/ci.yml
.github/workflows/release.yml
src/emx_regex_cgen/__init__.py
src/emx_regex_cgen/cli.py
src/emx_regex_cgen/codegen.py
src/emx_regex_cgen/codegen_bitnfa.py
src/emx_regex_cgen/compiler.py
src/emx_regex_cgen/parser.py
src/emx_regex_cgen/result.py
src/emx_regex_cgen/unicode_data.py
src/emx_regex_cgen.egg-info/PKG-INFO
src/emx_regex_cgen.egg-info/SOURCES.txt
src/emx_regex_cgen.egg-info/dependency_links.txt
src/emx_regex_cgen.egg-info/entry_points.txt
src/emx_regex_cgen.egg-info/requires.txt
src/emx_regex_cgen.egg-info/top_level.txt
tests/__init__.py
tests/_support.py
tests/conftest.py
tests/test_alphabet_compression.py
tests/test_bitnfa.py
tests/test_build_backend.py
tests/test_codegen.py
tests/test_encoding.py
tests/test_generated_code.py
tests/test_golden.py
tests/test_re2_compat_features.py
tests/test_row_dedup.py
tests/test_word_boundary.py
tests/update_codegen_errors.py
tests/update_golden.py
tests/data/parse_pcre2_tests.py
tests/data/re2_compat_errors.json
tests/data/re2_compat_results.json
tests/golden/alphabet_compression.c
tests/golden/alternation.c
tests/golden/alternation_bitnfa.c
tests/golden/anchors.c
tests/golden/anchors_bitnfa.c
tests/golden/bitnfa_uint16.c
tests/golden/bitnfa_uint32.c
tests/golden/bitnfa_uint32_array.c
tests/golden/bitnfa_uint8.c
tests/golden/char_class.c
tests/golden/char_class_bitnfa.c
tests/golden/dot.c
tests/golden/dot_bitnfa.c
tests/golden/early_exit.c
tests/golden/emit_main.c
tests/golden/emit_main_bitnfa.c
tests/golden/encoding_bytes.c
tests/golden/encoding_bytes_bitnfa.c
tests/golden/escape_digit.c
tests/golden/escape_digit_bitnfa.c
tests/golden/escape_space.c
tests/golden/escape_space_bitnfa.c
tests/golden/escape_word.c
tests/golden/escape_word_bitnfa.c
tests/golden/flag_dotall.c
tests/golden/flag_dotall_bitnfa.c
tests/golden/flag_ignorecase.c
tests/golden/flag_ignorecase_bitnfa.c
tests/golden/flag_multiline.c
tests/golden/flag_multiline_bitnfa.c
tests/golden/flag_verbose.c
tests/golden/flag_verbose_bitnfa.c
tests/golden/literal.c
tests/golden/literal_bitnfa.c
tests/golden/negated_class.c
tests/golden/negated_class_bitnfa.c
tests/golden/non_word_boundary.c
tests/golden/non_word_boundary_bitnfa.c
tests/golden/prefix.c
tests/golden/prefix_bitnfa.c
tests/golden/quantifier_optional.c
tests/golden/quantifier_optional_bitnfa.c
tests/golden/quantifier_plus.c
tests/golden/quantifier_plus_bitnfa.c
tests/golden/quantifier_repeat.c
tests/golden/quantifier_repeat_bitnfa.c
tests/golden/quantifier_star.c
tests/golden/quantifier_star_bitnfa.c
tests/golden/row_dedup.c
tests/golden/unicode.c
tests/golden/unicode_bitnfa.c
tests/golden/unicode_property.c
tests/golden/unicode_property_bitnfa.c
tests/golden/word_boundary.c
tests/golden/word_boundary_bitnfa.c