LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
automython/automython.egg-info/PKG-INFO
automython/automython.egg-info/SOURCES.txt
automython/automython.egg-info/dependency_links.txt
automython/automython.egg-info/entry_points.txt
automython/automython.egg-info/requires.txt
automython/automython.egg-info/top_level.txt
automython/interpret/Buffer.py
automython/interpret/Lexer.py
automython/interpret/Parser.py
automython/interpret/Token.py
automython/interpret/Visitor.py
automython/interpret/__init__.py
automython/interpret/cli.py
automython/interpret/file_interface.py
automython/interpret/helpers.py
automython/interpret/interpreter.py
automython/interpret/tm_helpers.py
automython/interpret/utils.py