LICENSE
README.md
pyproject.toml
src/thirsty_lang/__init__.py
src/thirsty_lang.egg-info/PKG-INFO
src/thirsty_lang.egg-info/SOURCES.txt
src/thirsty_lang.egg-info/dependency_links.txt
src/thirsty_lang.egg-info/entry_points.txt
src/thirsty_lang.egg-info/requires.txt
src/thirsty_lang.egg-info/top_level.txt
src/utf/__init__.py
src/utf/shadow_thirst/__init__.py
src/utf/shadow_thirst/cli.py
src/utf/shadow_thirst/core.py
src/utf/tarl/__init__.py
src/utf/tarl/analyzer.py
src/utf/tarl/archive.py
src/utf/tarl/cli.py
src/utf/tarl/composer.py
src/utf/tarl/core.py
src/utf/tarl/explainer.py
src/utf/tarl/lsp.py
src/utf/tarl/runtime.py
src/utf/tarl/spec.py
src/utf/tarl/tester.py
src/utf/tarl/verifier.py
src/utf/thirst_of_gods/__init__.py
src/utf/thirst_of_gods/cli.py
src/utf/thirst_of_gods/core.py
src/utf/thirsty_lang/__init__.py
src/utf/thirsty_lang/ast.py
src/utf/thirsty_lang/checker.py
src/utf/thirsty_lang/cli.py
src/utf/thirsty_lang/diagnostics.py
src/utf/thirsty_lang/formatter.py
src/utf/thirsty_lang/interpreter.py
src/utf/thirsty_lang/lexer.py
src/utf/thirsty_lang/module_system.py
src/utf/thirsty_lang/package_manager.py
src/utf/thirsty_lang/parser.py
src/utf/thirsty_lang/token.py
src/utf/thirsty_lang/typesys.py
src/utf/tscg/__init__.py
src/utf/tscg/cli.py
src/utf/tscg/core.py
src/utf/tscg_b/__init__.py
src/utf/tscg_b/cli.py
src/utf/tscg_b/core.py
tests/test_shadow_thirst.py
tests/test_tarl.py
tests/test_tarl_analyzer.py
tests/test_tarl_composition.py
tests/test_tarl_phase6.py
tests/test_tarl_proof.py
tests/test_tarl_temporal.py
tests/test_thirst_of_gods.py
tests/test_thirsty_lang.py
tests/test_thirsty_lang_governance.py
tests/test_tscg.py
tests/test_tscg_b.py