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/gc_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/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/IO.twl
tests/test_cli.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_m3.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_project.py