.editorconfig
.readthedocs.yml
.travis.yml
LICENSE
MANIFEST.in
README.rst
RELEASE.rst
setup.cfg
setup.py
tox.ini
travis_tests.sh
docs/Makefile
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/overview.rst
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/json.py
examples/proto3.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/version.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
test/test_parsy.py
test/test_sexpr.py