AUTHORS.md
CHANGELOG.md
LICENSE
LICENSE_AUDIT_REPORT.md
MANIFEST.in
NOTICE
README.md
pyproject.toml
ail_platform/__init__.py
ail_platform/configuration.py
ail_platform/diagnostics.py
ail_platform/events.py
ail_platform/manifest.py
ail_platform/project.py
ail_platform/report_schema.py
ail_platform/symbol_index.py
ail_platform/workspace.py
ailang_lang.egg-info/PKG-INFO
ailang_lang.egg-info/SOURCES.txt
ailang_lang.egg-info/dependency_links.txt
ailang_lang.egg-info/entry_points.txt
ailang_lang.egg-info/requires.txt
ailang_lang.egg-info/top_level.txt
compiler/__init__.py
compiler/__main__.py
compiler/_version.py
compiler/diagnostics.py
compiler/exceptions.py
compiler/formatter.py
compiler/lexer.py
compiler/py.typed
compiler/rename.py
compiler/source.py
compiler/watch.py
compiler/ast/__init__.py
compiler/ast/builder.py
compiler/ast/nodes.py
compiler/cli/__init__.py
compiler/cli/explain.py
compiler/cli/main.py
compiler/compilation/__init__.py
compiler/compilation/graph.py
compiler/compilation/resolution.py
compiler/compilation/session.py
compiler/docs/AGENTS.md
compiler/docs/LANGUAGE_SPEC.md
compiler/docs/STDLIB_REFERENCE.md
compiler/ir/__init__.py
compiler/ir/builder.py
compiler/ir/nodes.py
compiler/ir/printer.py
compiler/ir/validator.py
compiler/lsp/__init__.py
compiler/lsp/documents.py
compiler/lsp/protocol.py
compiler/lsp/server.py
compiler/lsp/utils.py
compiler/lsp/features/__init__.py
compiler/lsp/features/code_actions.py
compiler/lsp/features/completion.py
compiler/lsp/features/definition.py
compiler/lsp/features/diagnostics.py
compiler/lsp/features/hover.py
compiler/lsp/features/references.py
compiler/lsp/features/rename.py
compiler/lsp/features/signature_help.py
compiler/lsp/features/symbols.py
compiler/lsp/features/workspace_symbols.py
compiler/package/__init__.py
compiler/package/registry.py
compiler/parser/__init__.py
compiler/parser/declarations.py
compiler/parser/expressions.py
compiler/parser/nodes.py
compiler/parser/parser.py
compiler/parser/recovery.py
compiler/parser/statements.py
compiler/parser/token_stream.py
compiler/runtime/__init__.py
compiler/runtime/builtins.py
compiler/runtime/environment.py
compiler/runtime/interpreter.py
compiler/runtime/stack_frame.py
compiler/runtime/values.py
compiler/semantic/__init__.py
compiler/semantic/analyzer.py
compiler/semantic/symbol_table.py
compiler/types/__init__.py
compiler/types/checker.py
compiler/types/types.py
examples/chained_member_access.ail
examples/collections.ail
examples/csv_demo.ail
examples/env_demo.ail
examples/file_io.ail
examples/functions.ail
examples/if_else.ail
examples/json_demo.ail
examples/member_access.ail
examples/member_function_calls.ail
examples/path_ops.ail
examples/random_demo.ail
examples/root_main_example.ail
examples/root_product_example.ail
examples/string_utils.ail
examples/time_demo.ail
examples/variables.ail
examples/age_calc/main.ail
examples/attendance/main.ail
examples/banking/main.ail
examples/bmi_calc/main.ail
examples/calculator/main.ail
examples/config_loader/main.ail
examples/csv_reader/main.ail
examples/currency_converter/main.ail
examples/date_validate/main.ail
examples/dir_tree/main.ail
examples/electricity_bill/main.ail
examples/expr_eval/main.ail
examples/fibonacci/main.ail
examples/file_copy/main.ail
examples/functions/main.ail
examples/hello_world/main.ail
examples/http_client/main.ail
examples/if_else/main.ail
examples/income_tax/main.ail
examples/ini_parser/main.ail
examples/integration/max_function.ail
examples/invoice_gen/main.ail
examples/json_parser/main.ail
examples/library_mgr/main.ail
examples/loan_emi/main.ail
examples/markdown_parser/main.ail
examples/modules/add.ail
examples/modules/main.ail
examples/modules/math.ail
examples/modules/math/add.ail
examples/modules/math/math.ail
examples/num_stats/main.ail
examples/password_validate/main.ail
examples/patterns/csv_reader.ail
examples/patterns/dependency_graph.ail
examples/patterns/json_store.ail
examples/patterns/recursive_filter.ail
examples/patterns/recursive_map.ail
examples/patterns/recursive_reduce.ail
examples/patterns/recursive_search.ail
examples/patterns/string_find.ail
examples/patterns/string_split.ail
examples/patterns/topological_sort.ail
examples/payroll/main.ail
examples/prime_checker/main.ail
examples/recursion/main.ail
examples/rule_engine/main.ail
examples/salary_calc/main.ail
examples/shopping_cart/main.ail
examples/student_records/main.ail
examples/text_search/main.ail
examples/variables/main.ail
examples/voting_eligibility/main.ail
examples/word_counter/main.ail
stdlib/__init__.py
stdlib/array.ail
stdlib/convert.ail
stdlib/csv.ail
stdlib/environment.ail
stdlib/file.ail
stdlib/io.ail
stdlib/json.ail
stdlib/list.ail
stdlib/map.ail
stdlib/math.ail
stdlib/path.ail
stdlib/random.ail
stdlib/set.ail
stdlib/string.ail
stdlib/system.ail
stdlib/time.ail
tests/test_ai_validation.py
tests/test_ail_context.py
tests/test_ail_doctor.py
tests/test_ast_builder.py
tests/test_benchmark.py
tests/test_cli.py
tests/test_diagnostics.py
tests/test_dx_improvements.py
tests/test_experimental_loops.py
tests/test_formatter.py
tests/test_imports.py
tests/test_inventory_app.py
tests/test_inventory_level0.py
tests/test_ir_builder.py
tests/test_ir_crash.py
tests/test_lexer.py
tests/test_lsp.py
tests/test_m83i_fixes.py
tests/test_mcp_server.py
tests/test_member_access.py
tests/test_mod003_stdlib_resolution.py
tests/test_module_integration.py
tests/test_module_resolution.py
tests/test_new_stdlib.py
tests/test_package_commands.py
tests/test_package_manager.py
tests/test_package_naming.py
tests/test_rename.py
tests/test_runtime.py
tests/test_scope_cache.py
tests/test_semantic.py
tests/test_session.py
tests/test_source.py
tests/test_static_analyzer_enhancement.py
tests/test_stdlib_collections.py
tests/test_stdlib_csv.py
tests/test_stdlib_discovery.py
tests/test_stdlib_environment.py
tests/test_stdlib_file.py
tests/test_stdlib_json.py
tests/test_stdlib_path.py
tests/test_stdlib_random.py
tests/test_stdlib_system.py
tests/test_stdlib_time.py
tests/test_stress.py
tests/test_type_checker.py
tests/test_type_errors.py
tests/test_validation.py
tests/test_validation_comprehensive.py
tests/test_vscode_mcp_integration.py
tests/test_watch.py
tools/install_inventory.py
tools/perf_profiler.py
tools/python_profiler.py
tools/ail_benchmark/__init__.py
tools/ail_benchmark/__main__.py
tools/ail_benchmark/compare.py
tools/ail_benchmark/discovery.py
tools/ail_benchmark/reporter.py
tools/ail_benchmark/runner.py
tools/ail_context/__main__.py
tools/ail_doc_verify/__init__.py
tools/ail_doc_verify/__main__.py
tools/ail_docs/__init__.py
tools/ail_docs/__main__.py
tools/ail_doctor/__main__.py
tools/ail_dx_audit/__init__.py
tools/ail_dx_audit/__main__.py
tools/ail_heal/__main__.py
tools/ail_mcp/__init__.py
tools/ail_mcp/__main__.py
tools/ail_mcp/compiler_adapter.py
tools/ail_mcp/context_adapter.py
tools/ail_mcp/diagnostics_adapter.py
tools/ail_mcp/docs_adapter.py
tools/ail_mcp/examples_adapter.py
tools/ail_mcp/server.py
tools/ail_mcp/stdlib_adapter.py
tools/ail_order/__init__.py
tools/ail_order/__main__.py
tools/ail_order/analyzer.py
tools/ail_order/discovery.py
tools/ail_order/fixer.py
tools/ail_order/graph.py
tools/ail_order/models.py
tools/ail_order/reporter.py
tools/ail_package_manager/__init__.py
tools/ail_package_manager/__main__.py
tools/ail_package_manager/cache.py
tools/ail_package_manager/commands.py
tools/ail_package_manager/init.py
tools/ail_package_manager/installer.py
tools/ail_package_manager/lock.py
tools/ail_package_manager/manifest.py
tools/ail_package_manager/models.py
tools/ail_package_manager/registry.py
tools/ail_package_manager/resolver.py
tools/ail_release_verify/__init__.py
tools/ail_release_verify/__main__.py
tools/ail_static_analyzer/__main__.py
tools/ail_stdlib_audit/__init__.py
tools/ail_stdlib_audit/__main__.py
tools/ail_testgen/__init__.py
tools/ail_testgen/__main__.py
tools/ail_testgen/analyzer.py
tools/ail_testgen/discovery.py
tools/ail_testgen/generator.py
tools/ail_testgen/models.py
tools/ail_testgen/reporter.py
tools/ail_testgen/validator.py
tools/ail_validate/__init__.py
tools/ail_validate/__main__.py
tools/common/__init__.py
tools/common/cli.py
tools/common/filesystem.py
tools/common/hashing.py
tools/common/process.py
tools/common/reporting.py