LICENSE
README.md
pyproject.toml
setup.py
tests/test_basic.py
typescratch/__init__.py
typescratch/__main__.py
typescratch/assets.py
typescratch/ast_nodes.py
typescratch/blocks.py
typescratch/cli.py
typescratch/codegen.py
typescratch/errors.py
typescratch/ide.py
typescratch/lexer.py
typescratch/logo.svg
typescratch/parser.py
typescratch/sb3.py
typescratch/scratchcat_official.svg
typescratch.egg-info/PKG-INFO
typescratch.egg-info/SOURCES.txt
typescratch.egg-info/dependency_links.txt
typescratch.egg-info/entry_points.txt
typescratch.egg-info/top_level.txt
typescratch_pypi_release/setup.py
typescratch_pypi_release/typescratch_src/__init__.py
typescratch_pypi_release/typescratch_src/__main__.py
typescratch_pypi_release/typescratch_src/assets.py
typescratch_pypi_release/typescratch_src/ast_nodes.py
typescratch_pypi_release/typescratch_src/blocks.py
typescratch_pypi_release/typescratch_src/cli.py
typescratch_pypi_release/typescratch_src/codegen.py
typescratch_pypi_release/typescratch_src/errors.py
typescratch_pypi_release/typescratch_src/lexer.py
typescratch_pypi_release/typescratch_src/parser.py
typescratch_pypi_release/typescratch_src/sb3.py