HAUSALANG_V1_2_ROADMAP.md
INTERPRETER_DESIGN.md
MANIFEST.in
README.md
RELEASE_NOTES_v1.1.md
SYSTEM_ARCHITECTURE.md
pyproject.toml
setup.cfg
core/__init__.py
core/errors.py
core/executor.py
core/formatters.py
core/interpreter.py
core/interpreter_debug.py
core/lexer.py
core/parser.py
core/perser.py
examples/arithmetic.ha
examples/badvar.ha
examples/comments.ha
examples/comparisons.ha
examples/elif_demo.ha
examples/else.ha
examples/functions.ha
examples/hello.ha
examples/if.ha
examples/variables.ha
examples/tests/advanced_test.ha
examples/tests/full_language_test.ha
examples/tests/master_test.ha
hausalang/__init__.py
hausalang.egg-info/PKG-INFO
hausalang.egg-info/SOURCES.txt
hausalang.egg-info/dependency_links.txt
hausalang.egg-info/requires.txt
hausalang.egg-info/top_level.txt
hausalang/core/__init__.py
hausalang/core/errors.py
hausalang/core/executor.py
hausalang/core/formatters.py
hausalang/core/interpreter.py
hausalang/core/interpreter_debug.py
hausalang/core/lexer.py
hausalang/core/parser.py
hausalang/core/perser.py
hausalang/repl/__init__.py
hausalang/repl/__main__.py
hausalang/repl/directives.py
hausalang/repl/input_handler.py
hausalang/repl/session.py
scripts/audit_phase1_grammar.py
scripts/audit_phase1_lex.py
scripts/audit_phase1_runtime.py
scripts/audit_phase2_errors.py
scripts/audit_phase3_backward.py
scripts/audit_phase4_stability.py
scripts/inspect_parse_secret.py
scripts/inspect_tokens.py
scripts/repl_debug.py
tests/test_comments.py
tests/test_contextual_error_inheritance.py
tests/test_elif.py
tests/test_error_compat.py
tests/test_error_context.py
tests/test_error_safety.py
tests/test_error_serialization.py
tests/test_error_snapshots.py
tests/test_functions.py
tests/test_integration_final.py
tests/test_levels_beginner.py
tests/test_levels_expert.py
tests/test_levels_intermediate.py
tests/test_levels_master.py
tests/test_public_api.py
tests/test_repl_core.py
tests/test_repl_directives.py