.coveragerc
AUTHORS.txt
CHANGELOG.rst
LICENSE.txt
MANIFEST.in
README.rst
conftest.py
pytest.ini
setup.cfg
setup.py
docs/Makefile
docs/README.md
docs/conf.py
docs/global.rst
docs/index.rst
docs/_build/man/parso.1
docs/_build/man/.doctrees/environment.pickle
docs/_build/man/.doctrees/global.doctree
docs/_build/man/.doctrees/index.doctree
docs/_build/man/.doctrees/docs/development.doctree
docs/_build/man/.doctrees/docs/installation.doctree
docs/_build/man/.doctrees/docs/parser-tree.doctree
docs/_build/man/.doctrees/docs/usage.doctree
docs/_build/text/global.txt
docs/_build/text/index.txt
docs/_build/text/.doctrees/environment.pickle
docs/_build/text/.doctrees/global.doctree
docs/_build/text/.doctrees/index.doctree
docs/_build/text/.doctrees/docs/development.doctree
docs/_build/text/.doctrees/docs/installation.doctree
docs/_build/text/.doctrees/docs/parser-tree.doctree
docs/_build/text/.doctrees/docs/usage.doctree
docs/_build/text/docs/development.txt
docs/_build/text/docs/installation.txt
docs/_build/text/docs/parser-tree.txt
docs/_build/text/docs/usage.txt
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/py.typed
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/grammar310.txt
parso/python/grammar311.txt
parso/python/grammar312.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_cache.py
test/test_diff_parser.py
test/test_dump_tree.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/latin-1.py
test/normalizer_issue_files/python.py
test/normalizer_issue_files/utf-8-bom.py
test/normalizer_issue_files/utf-8.py