.gitattributes
.gitignore
.readthedocs.yml
.travis.yml
AUTHORS.rst
CHANGELOG.rst
MANIFEST.in
NOTICE
README.rst
apache-2.0.LICENSE
azure-pipelines.yml
configure
configure.bat
pyproject.toml
setup.cfg
setup.py
docs/Makefile
docs/make.bat
docs/scripts/doc8_style_check.sh
docs/scripts/sphinx_build_link_check.sh
docs/source/conf.py
docs/source/index.rst
docs/source/skeleton/index.rst
etc/ci/azure-posix.yml
etc/ci/azure-win.yml
src/pygmars/__init__.py
src/pygmars/lex.py
src/pygmars/parse.py
src/pygmars/tree.py
src/pygmars.egg-info/PKG-INFO
src/pygmars.egg-info/SOURCES.txt
src/pygmars.egg-info/dependency_links.txt
src/pygmars.egg-info/not-zip-safe
src/pygmars.egg-info/requires.txt
src/pygmars.egg-info/top_level.txt
tests/test_lex_doctest.py
tests/test_parse.py
tests/test_parse_doctest.py