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/console.py
src/utf/shadow_thirst/__init__.py
src/utf/shadow_thirst/cli.py
src/utf/shadow_thirst/convergence.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_checker_coverage.py
tests/test_cli_build.py
tests/test_cli_lsp.py
tests/test_cli_main.py
tests/test_cli_shadow_gods.py
tests/test_cli_tarl.py
tests/test_cli_tscg.py
tests/test_examples.py
tests/test_file_imports.py
tests/test_formatter.py
tests/test_gate_fail_closed.py
tests/test_governance_maximal.py
tests/test_interpreter_coverage.py
tests/test_language_features.py
tests/test_lexer.py
tests/test_module_system_full.py
tests/test_package_manager.py
tests/test_parser_coverage.py
tests/test_parser_precedence.py
tests/test_shadow_thirst.py
tests/test_small_modules.py
tests/test_tarl.py
tests/test_tarl_analyzer.py
tests/test_tarl_composition.py
tests/test_tarl_core_eval.py
tests/test_tarl_lsp.py
tests/test_tarl_phase6.py
tests/test_tarl_proof.py
tests/test_tarl_small.py
tests/test_tarl_spec_extra.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
tests/test_tscg_b_core.py
tests/test_typesys.py
tests/test_verifiers.py