AUTHORS
LICENSE
MANIFEST.in
NEWS.rst
README.md
get_version.py
setup.cfg
setup.py
hy/__init__.py
hy/__main__.py
hy/_compat.py
hy/cmdline.py
hy/compiler.py
hy/completer.py
hy/errors.py
hy/importer.py
hy/macros.py
hy/model_patterns.py
hy/models.py
hy/version.py
hy.egg-info/PKG-INFO
hy.egg-info/SOURCES.txt
hy.egg-info/dependency_links.txt
hy.egg-info/entry_points.txt
hy.egg-info/requires.txt
hy.egg-info/top_level.txt
hy/contrib/__init__.py
hy/contrib/botsbuildbots.hy
hy/contrib/hy_repr.hy
hy/contrib/loop.hy
hy/contrib/multi.hy
hy/contrib/profile.hy
hy/contrib/sequences.hy
hy/contrib/walk.hy
hy/contrib/__pycache__/__init__.cpython-38.pyc
hy/contrib/__pycache__/botsbuildbots.cpython-38.pyc
hy/contrib/__pycache__/hy_repr.cpython-38.pyc
hy/contrib/__pycache__/loop.cpython-38.pyc
hy/contrib/__pycache__/multi.cpython-38.pyc
hy/contrib/__pycache__/profile.cpython-38.pyc
hy/contrib/__pycache__/sequences.cpython-38.pyc
hy/contrib/__pycache__/walk.cpython-38.pyc
hy/core/__init__.py
hy/core/bootstrap.hy
hy/core/language.hy
hy/core/macros.hy
hy/core/shadow.hy
hy/core/__pycache__/__init__.cpython-38.pyc
hy/core/__pycache__/bootstrap.cpython-38.pyc
hy/core/__pycache__/language.cpython-38.pyc
hy/core/__pycache__/macros.cpython-38.pyc
hy/core/__pycache__/shadow.cpython-38.pyc
hy/extra/__init__.py
hy/extra/anaphoric.hy
hy/extra/reserved.hy
hy/extra/__pycache__/__init__.cpython-38.pyc
hy/extra/__pycache__/anaphoric.cpython-38.pyc
hy/extra/__pycache__/reserved.cpython-38.pyc
hy/lex/__init__.py
hy/lex/exceptions.py
hy/lex/lexer.py
hy/lex/parser.py