.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/_build/doctrees/environment.pickle
docs/_build/doctrees/global.doctree
docs/_build/doctrees/index.doctree
docs/_build/doctrees/docs/development.doctree
docs/_build/doctrees/docs/installation.doctree
docs/_build/doctrees/docs/parser-tree.doctree
docs/_build/doctrees/docs/usage.doctree
docs/_build/html/.buildinfo
docs/_build/html/genindex.html
docs/_build/html/global.html
docs/_build/html/index.html
docs/_build/html/objects.inv
docs/_build/html/py-modindex.html
docs/_build/html/search.html
docs/_build/html/searchindex.js
docs/_build/html/_modules/abc.html
docs/_build/html/_modules/index.html
docs/_build/html/_modules/parso.html
docs/_build/html/_modules/parso/grammar.html
docs/_build/html/_modules/parso/normalizer.html
docs/_build/html/_modules/parso/tree.html
docs/_build/html/_modules/parso/utils.html
docs/_build/html/_modules/parso/python/tree.html
docs/_build/html/_sources/global.rst.txt
docs/_build/html/_sources/index.rst.txt
docs/_build/html/_sources/docs/development.rst.txt
docs/_build/html/_sources/docs/installation.rst.txt
docs/_build/html/_sources/docs/parser-tree.rst.txt
docs/_build/html/_sources/docs/usage.rst.txt
docs/_build/html/_static/basic.css
docs/_build/html/_static/doctools.js
docs/_build/html/_static/documentation_options.js
docs/_build/html/_static/file.png
docs/_build/html/_static/flasky.css
docs/_build/html/_static/graphviz.css
docs/_build/html/_static/jquery-3.5.1.js
docs/_build/html/_static/jquery.js
docs/_build/html/_static/language_data.js
docs/_build/html/_static/logo.png
docs/_build/html/_static/logo_characters.png
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
docs/_build/html/_static/pygments.css
docs/_build/html/_static/searchtools.js
docs/_build/html/_static/small_flask.css
docs/_build/html/_static/underscore-1.3.1.js
docs/_build/html/_static/underscore.js
docs/_build/html/docs/development.html
docs/_build/html/docs/installation.html
docs/_build/html/docs/parser-tree.html
docs/_build/html/docs/usage.html
docs/_static/logo.png
docs/_static/logo_characters.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/installation.rst
docs/docs/parser-tree.rst
docs/docs/usage.rst
parso/__init__.py
parso/_compatibility.py
parso/cache.py
parso/file_io.py
parso/grammar.py
parso/normalizer.py
parso/parser.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/requires.txt
parso.egg-info/top_level.txt
parso/pgen2/__init__.py
parso/pgen2/generator.py
parso/pgen2/grammar_parser.py
parso/python/__init__.py
parso/python/diff.py
parso/python/errors.py
parso/python/grammar27.txt
parso/python/grammar33.txt
parso/python/grammar34.txt
parso/python/grammar35.txt
parso/python/grammar36.txt
parso/python/grammar37.txt
parso/python/grammar38.txt
parso/python/grammar39.txt
parso/python/parser.py
parso/python/pep8.py
parso/python/prefix.py
parso/python/token.py
parso/python/tokenize.py
parso/python/tree.py
test/__init__.py
test/failing_examples.py
test/fuzz_diff_parser.py
test/test_absolute_import.py
test/test_cache.py
test/test_diff_parser.py
test/test_error_recovery.py
test/test_file_python_errors.py
test/test_fstring.py
test/test_get_code.py
test/test_grammar.py
test/test_load_grammar.py
test/test_normalizer_issues_files.py
test/test_old_fast_parser.py
test/test_param_splitting.py
test/test_parser.py
test/test_parser_tree.py
test/test_pep8.py
test/test_pgen2.py
test/test_prefix.py
test/test_python_errors.py
test/test_tokenize.py
test/test_utils.py
test/normalizer_issue_files/E10.py
test/normalizer_issue_files/E101.py
test/normalizer_issue_files/E11.py
test/normalizer_issue_files/E12_first.py
test/normalizer_issue_files/E12_not_first.py
test/normalizer_issue_files/E12_not_second.py
test/normalizer_issue_files/E12_second.py
test/normalizer_issue_files/E12_third.py
test/normalizer_issue_files/E20.py
test/normalizer_issue_files/E21.py
test/normalizer_issue_files/E22.py
test/normalizer_issue_files/E23.py
test/normalizer_issue_files/E25.py
test/normalizer_issue_files/E26.py
test/normalizer_issue_files/E27.py
test/normalizer_issue_files/E29.py
test/normalizer_issue_files/E30.py
test/normalizer_issue_files/E30not.py
test/normalizer_issue_files/E40.py
test/normalizer_issue_files/E50.py
test/normalizer_issue_files/E70.py
test/normalizer_issue_files/E71.py
test/normalizer_issue_files/E72.py
test/normalizer_issue_files/E73.py
test/normalizer_issue_files/LICENSE
test/normalizer_issue_files/allowed_syntax.py
test/normalizer_issue_files/allowed_syntax_python2.py
test/normalizer_issue_files/allowed_syntax_python3.4.py
test/normalizer_issue_files/allowed_syntax_python3.5.py
test/normalizer_issue_files/allowed_syntax_python3.6.py
test/normalizer_issue_files/latin-1.py
test/normalizer_issue_files/python2.7.py
test/normalizer_issue_files/python3.py
test/normalizer_issue_files/utf-8-bom.py
test/normalizer_issue_files/utf-8.py