LICENSE
README.md
THIRD_PARTY_NOTICES.md
pyproject.toml
src/culsma/__init__.py
src/culsma/__main__.py
src/culsma/cli.py
src/culsma.egg-info/PKG-INFO
src/culsma.egg-info/SOURCES.txt
src/culsma.egg-info/dependency_links.txt
src/culsma.egg-info/entry_points.txt
src/culsma.egg-info/requires.txt
src/culsma.egg-info/top_level.txt
src/culsma/common/__init__.py
src/culsma/common/diagnostics.py
src/culsma/common/source.py
src/culsma/driver/__init__.py
src/culsma/driver/base.py
src/culsma/driver/human.py
src/culsma/driver/robot.py
src/culsma/driver/stub.py
src/culsma/driver/framework/__init__.py
src/culsma/driver/framework/capability.py
src/culsma/driver/framework/contracts.py
src/culsma/driver/framework/driver.py
src/culsma/driver/framework/mapping_core.py
src/culsma/driver/framework/models.py
src/culsma/driver/framework/registry.py
src/culsma/driver/human_driver/__init__.py
src/culsma/driver/human_driver/backend_emitter.py
src/culsma/driver/human_driver/binding_resolver.py
src/culsma/driver/human_driver/driver.py
src/culsma/driver/human_driver/mapping_core.py
src/culsma/driver/human_driver/models.py
src/culsma/driver/human_driver/mutation_strategy.py
src/culsma/driver/human_driver/receipt_normalizer.py
src/culsma/driver/human_driver/registry.py
src/culsma/driver/human_driver/run_sheet.py
src/culsma/driver/human_driver/translators.py
src/culsma/driver/robot_driver/__init__.py
src/culsma/driver/robot_driver/backend_emitter.py
src/culsma/driver/robot_driver/binding_resolver.py
src/culsma/driver/robot_driver/driver.py
src/culsma/driver/robot_driver/receipt_normalizer.py
src/culsma/driver/robot_driver/registry.py
src/culsma/driver/robot_driver/translators.py
src/culsma/frontend/__init__.py
src/culsma/frontend/resolver.py
src/culsma/parser/__init__.py
src/culsma/parser/ast_nodes.py
src/culsma/parser/culsma.lark
src/culsma/parser/parser.py
src/culsma/parser/transformer.py
src/culsma/parser/transformer_rules.py
src/culsma/pipeline/__init__.py
src/culsma/pipeline/analysis.py
src/culsma/pipeline/component_expander.py
src/culsma/pipeline/container_views.py
src/culsma/pipeline/content_vocab.py
src/culsma/pipeline/ir_nodes.py
src/culsma/pipeline/operation_specs.py
src/culsma/pipeline/plan_nodes.py
src/culsma/pipeline/program_registry.py
src/culsma/pipeline/compile/__init__.py
src/culsma/pipeline/compile/callable.py
src/culsma/pipeline/compile/compiler.py
src/culsma/pipeline/compile/context.py
src/culsma/pipeline/compile/expressions.py
src/culsma/pipeline/compile/repeat_control.py
src/culsma/pipeline/compile/schedule.py
src/culsma/pipeline/compile/statements.py
src/culsma/pipeline/compile/static_control.py
src/culsma/pipeline/compile/targets.py
src/culsma/pipeline/plan/__init__.py
src/culsma/pipeline/plan/context.py
src/culsma/pipeline/plan/gates.py
src/culsma/pipeline/plan/references.py
src/culsma/pipeline/plan/serialization.py
src/culsma/pipeline/plan/statements.py
src/culsma/pipeline/plan/static_eval.py
src/culsma/pipeline/typecheck/__init__.py
src/culsma/pipeline/typecheck/context.py
src/culsma/pipeline/typecheck/expressions.py
src/culsma/pipeline/typecheck/statements.py
src/culsma/pipeline/validate/__init__.py
src/culsma/pipeline/validate/binding.py
src/culsma/pipeline/validate/constructors.py
src/culsma/pipeline/validate/context.py
src/culsma/pipeline/validate/environment.py
src/culsma/pipeline/validate/expression_contracts.py
src/culsma/pipeline/validate/groups.py
src/culsma/pipeline/validate/operations.py
src/culsma/pipeline/validate/programs.py
src/culsma/pipeline/validate/resolution.py
src/culsma/pipeline/validate/statement_contracts.py
src/culsma/pipeline/validate/statements.py
src/culsma/pipeline/validate/validator.py
src/culsma/runtime/__init__.py
src/culsma/runtime/event_log.py
src/culsma/runtime/executor.py
src/culsma/runtime/finalize.py
src/culsma/runtime/gates.py
src/culsma/runtime/material_compute.py
src/culsma/runtime/observation.py
src/culsma/runtime/protocol_outputs.py
src/culsma/runtime/references.py
src/culsma/runtime/replay.py
src/culsma/runtime/session.py
src/culsma/runtime/state.py
src/culsma/runtime/steps.py
src/culsma/runtime/user_result.py
src/culsma/runtime/values.py
src/culsma/runtime/material/compute.py
src/culsma/runtime/material/handler.py
src/culsma/runtime/material/partition.py
src/culsma/runtime/material/support.py
src/culsma/stdlib/current_stdlib.culs
tests/test_cli.py
tests/test_compile_statement_lifecycle.py
tests/test_compile_static_control.py
tests/test_driver_framework.py
tests/test_formal_parameter_conformance.py
tests/test_frontend_conformance.py
tests/test_frontend_resolver.py
tests/test_human_driver.py
tests/test_ir_compiler.py
tests/test_ir_compiler_container_content.py
tests/test_kernel_plan.py
tests/test_kernel_runtime.py
tests/test_kernel_typecheck.py
tests/test_kernel_typecheck_container_content.py
tests/test_kernel_validate.py
tests/test_kernel_validate_container_content.py
tests/test_material_compute.py
tests/test_material_container_content.py
tests/test_paper_appendix_a.py
tests/test_parser.py
tests/test_parser_rule_conversion.py
tests/test_plan_statement_lifecycle.py
tests/test_plan_static_eval.py
tests/test_robot_driver.py
tests/test_typecheck_statement_lifecycle.py
tests/test_validate_param_literals.py
tests/test_validate_statement_lifecycle.py
third_party/licenses/Orbitron-OFL-1.1.txt