LICENSE
LICENSE-MIT
pyproject.toml
setup.cfg
setup.py
src/redoctor/__init__.py
src/redoctor/checker.py
src/redoctor/cli.py
src/redoctor/config.py
src/redoctor/exceptions.py
src/redoctor.egg-info/PKG-INFO
src/redoctor.egg-info/SOURCES.txt
src/redoctor.egg-info/dependency_links.txt
src/redoctor.egg-info/entry_points.txt
src/redoctor.egg-info/requires.txt
src/redoctor.egg-info/top_level.txt
src/redoctor/automaton/__init__.py
src/redoctor/automaton/checker.py
src/redoctor/automaton/complexity_analyzer.py
src/redoctor/automaton/eps_nfa.py
src/redoctor/automaton/eps_nfa_builder.py
src/redoctor/automaton/ordered_nfa.py
src/redoctor/automaton/witness.py
src/redoctor/diagnostics/__init__.py
src/redoctor/diagnostics/attack_pattern.py
src/redoctor/diagnostics/complexity.py
src/redoctor/diagnostics/diagnostics.py
src/redoctor/diagnostics/hotspot.py
src/redoctor/fuzz/__init__.py
src/redoctor/fuzz/checker.py
src/redoctor/fuzz/fstring.py
src/redoctor/fuzz/mutators.py
src/redoctor/fuzz/seeder.py
src/redoctor/integrations/__init__.py
src/redoctor/integrations/source_scanner.py
src/redoctor/parser/__init__.py
src/redoctor/parser/ast.py
src/redoctor/parser/flags.py
src/redoctor/parser/parser.py
src/redoctor/recall/__init__.py
src/redoctor/recall/validator.py
src/redoctor/unicode/__init__.py
src/redoctor/unicode/ichar.py
src/redoctor/unicode/icharset.py
src/redoctor/unicode/uchar.py
src/redoctor/unicode/ustring.py
src/redoctor/vm/__init__.py
src/redoctor/vm/builder.py
src/redoctor/vm/inst.py
src/redoctor/vm/interpreter.py
src/redoctor/vm/program.py
tests/test_automaton.py
tests/test_automaton_extended.py
tests/test_checker.py
tests/test_checker_extended.py
tests/test_cli.py
tests/test_config.py
tests/test_coverage_boost.py
tests/test_diagnostics.py
tests/test_diagnostics_extended.py
tests/test_fuzz.py
tests/test_fuzz_extended.py
tests/test_integrations.py
tests/test_integrations_extended.py
tests/test_parser.py
tests/test_parser_extended.py
tests/test_recall.py
tests/test_recall_extended.py
tests/test_regressions.py
tests/test_unicode.py
tests/test_unicode_extended.py
tests/test_vm.py
tests/test_vm_extended.py