.coveragerc
AUTHORS.txt
CHANGELOG.rst
LICENSE.txt
MANIFEST.in
README.rst
conftest.py
pytest.ini
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/README.md
docs/conf.py
docs/global.rst
docs/index.rst
docs/_static/logo.png
docs/_templates/ghbuttons.html
docs/_templates/sidebarlogo.html
docs/_themes/flask_theme_support.py
docs/_themes/flask/LICENSE
docs/_themes/flask/layout.html
docs/_themes/flask/relations.html
docs/_themes/flask/theme.conf
docs/_themes/flask/static/flasky.css_t
docs/_themes/flask/static/small_flask.css
docs/docs/development.rst
docs/docs/features.rst
docs/docs/installation.rst
docs/docs/parser.rst
docs/docs/plugin-api-classes.rst
docs/docs/plugin-api.rst
docs/docs/settings.rst
docs/docs/static_analysis.rst
docs/docs/testing.rst
docs/docs/usage.rst
parso/__init__.py
parso/_compatibility.py
parso/cache.py
parso/grammar.py
parso/parser.py
parso/token.py
parso/tokenize.py
parso/tree.py
parso/utils.py
parso.egg-info/PKG-INFO
parso.egg-info/SOURCES.txt
parso.egg-info/dependency_links.txt
parso.egg-info/top_level.txt
parso/pgen2/__init__.py
parso/pgen2/grammar.py
parso/pgen2/parse.py
parso/pgen2/pgen.py
parso/python/__init__.py
parso/python/diff.py
parso/python/grammar2.7.txt
parso/python/grammar3.4.txt
parso/python/grammar3.5.txt
parso/python/grammar3.6.txt
parso/python/parser.py
parso/python/tree.py
test/__init__.py
test/test_absolute_import.py
test/test_cache.py
test/test_diff_parser.py
test/test_get_code.py
test/test_old_fast_parser.py
test/test_param_splitting.py
test/test_parser.py
test/test_parser_tree.py
test/test_pgen2.py
test/test_tokenize.py
test/test_utils.py