LICENSE
README.md
pyproject.toml
tawla/__init__.py
tawla/__main__.py
tawla/ast_nodes.py
tawla/cli.py
tawla/codegen.py
tawla/compiler.py
tawla/eh_runtime.py
tawla/fetch_runtime.py
tawla/gc_runtime.py
tawla/http_runtime.py
tawla/io_runtime.py
tawla/lexer.py
tawla/loader.py
tawla/monomorphize.py
tawla/parser.py
tawla/project.py
tawla/sema.py
tawla/sqlite_runtime.py
tawla/str_runtime.py
tawla/tokens.py
tawla.egg-info/PKG-INFO
tawla.egg-info/SOURCES.txt
tawla.egg-info/dependency_links.txt
tawla.egg-info/entry_points.txt
tawla.egg-info/requires.txt
tawla.egg-info/top_level.txt
tawla/stdlib/Collections.twl
tawla/stdlib/Http.twl
tawla/stdlib/IO.twl
tawla/stdlib/Json.twl
tawla/stdlib/Sql.twl
tests/test_cli.py
tests/test_eh_runtime.py
tests/test_m1.py
tests/test_m10.py
tests/test_m11.py
tests/test_m12.py
tests/test_m13.py
tests/test_m15.py
tests/test_m16.py
tests/test_m17.py
tests/test_m18.py
tests/test_m19.py
tests/test_m2.py
tests/test_m20.py
tests/test_m21.py
tests/test_m22.py
tests/test_m23.py
tests/test_m24.py
tests/test_m25.py
tests/test_m26.py
tests/test_m27.py
tests/test_m28.py
tests/test_m29.py
tests/test_m3.py
tests/test_m30.py
tests/test_m31.py
tests/test_m32.py
tests/test_m33.py
tests/test_m34.py
tests/test_m35.py
tests/test_m36.py
tests/test_m37.py
tests/test_m38.py
tests/test_m4.py
tests/test_m5.py
tests/test_m6.py
tests/test_m7.py
tests/test_m8.py
tests/test_m9.py
tests/test_m9b.py
tests/test_packaging.py
tests/test_project.py