.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/_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
marso/__init__.py
marso/_compatibility.py
marso/cache.py
marso/file_io.py
marso/grammar.py
marso/normalizer.py
marso/parser.py
marso/tree.py
marso/utils.py
marso.egg-info/PKG-INFO
marso.egg-info/SOURCES.txt
marso.egg-info/dependency_links.txt
marso.egg-info/requires.txt
marso.egg-info/top_level.txt
marso/pgen2/__init__.py
marso/pgen2/generator.py
marso/pgen2/grammar_parser.py
marso/python/__init__.py
marso/python/diff.py
marso/python/errors.py
marso/python/parser.py
marso/python/pep8.py
marso/python/prefix.py
marso/python/token.py
marso/python/tokenizer.py
marso/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_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