LICENSE
README.md
pyproject.toml
src/grammar_to_regex/__init__.py
src/grammar_to_regex/cfg2regex.py
src/grammar_to_regex/helpers.py
src/grammar_to_regex/nfa.py
src/grammar_to_regex/regex.py
src/grammar_to_regex/type_defs.py
src/grammar_to_regex.egg-info/PKG-INFO
src/grammar_to_regex.egg-info/SOURCES.txt
src/grammar_to_regex.egg-info/dependency_links.txt
src/grammar_to_regex.egg-info/requires.txt
src/grammar_to_regex.egg-info/top_level.txt
tests/test_cfg2regex.py
tests/test_helpers.py