AUTHORS
LICENSE
MANIFEST.in
NEWS.rst
README.md
fastentrypoints.py
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/pyops.hy
hy/reserved.hy
hy/scoping.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/__pycache__/__init__.cpython-310.pyc
hy/__pycache__/_compat.cpython-310.pyc
hy/__pycache__/cmdline.cpython-310.pyc
hy/__pycache__/compiler.cpython-310.pyc
hy/__pycache__/completer.cpython-310.pyc
hy/__pycache__/errors.cpython-310.pyc
hy/__pycache__/importer.cpython-310.pyc
hy/__pycache__/macros.cpython-310.pyc
hy/__pycache__/model_patterns.cpython-310.pyc
hy/__pycache__/models.cpython-310.pyc
hy/__pycache__/pyops.cpython-310.pyc
hy/__pycache__/reserved.cpython-310.pyc
hy/__pycache__/scoping.cpython-310.pyc
hy/__pycache__/version.cpython-310.pyc
hy/core/__init__.py
hy/core/hy_repr.hy
hy/core/macros.hy
hy/core/result_macros.py
hy/core/util.hy
hy/core/__pycache__/hy_repr.cpython-310.pyc
hy/core/__pycache__/result_macros.cpython-310.pyc
hy/core/__pycache__/util.cpython-310.pyc
hy/lex/__init__.py
hy/lex/exceptions.py
hy/lex/lexer.py
hy/lex/parser.py