.editorconfig
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
MANIFEST.in
README.rst
RELEASE.rst
codecov.yml
conftest.py
pyproject.toml
pytest.ini
release.sh
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/overview.rst
docs/requirements.txt
docs/tutorial.rst
docs/howto/index.rst
docs/howto/lexing.rst
docs/howto/other_examples.rst
docs/ref/generating.rst
docs/ref/index.rst
docs/ref/methods_and_combinators.rst
docs/ref/parser_instances.rst
docs/ref/primitives.rst
examples/__init__.py
examples/json.py
examples/simple_eval.py
examples/simple_logo_lexer.py
examples/simple_logo_parser.py
examples/sql_select.py
src/parsy/__init__.py
src/parsy.egg-info/PKG-INFO
src/parsy.egg-info/SOURCES.txt
src/parsy.egg-info/dependency_links.txt
src/parsy.egg-info/top_level.txt
tests/requirements-linters.txt
tests/requirements-tests.txt
tests/test_parsy.py
tests/test_sexpr.py