INSTALL.rst
LICENSE
MANIFEST.in
README.rst
VERSION
requirements.txt
setup.cfg
setup.py
tasks.py
src/transpyler/__init__.py
src/transpyler/__meta__.py
src/transpyler/builtins.py
src/transpyler/errors.py
src/transpyler/introspection.py
src/transpyler/language.py
src/transpyler/lexer.py
src/transpyler/token.py
src/transpyler/utils.py
src/transpyler.egg-info/PKG-INFO
src/transpyler.egg-info/SOURCES.txt
src/transpyler.egg-info/dependency_links.txt
src/transpyler.egg-info/not-zip-safe
src/transpyler.egg-info/requires.txt
src/transpyler.egg-info/top_level.txt
src/transpyler/tests/__init__.py
src/transpyler/tests/__main__.py
src/transpyler/tests/conftest.py
src/transpyler/tests/test_basic_language.py
src/transpyler/tests/test_documentation.py
src/transpyler/tests/test_tool_google_translate.py
src/transpyler/tools/__init__.py
src/transpyler/tools/google_translate.py