Tree-walking interpreter and simulator — executes typed Spanda programs.
Runtime lives under src/runtime/ (~21 modules):
orchestrator.rs — main execution loopruntime_eval.rs, runtime_execute.rs — expression and statement evaluationruntime_scheduler.rs, runtime_triggers.rs — tasks and triggersruntime_robot.rs, runtime_sensors.rs, runtime_navigation.rs — robot surfacesimulator.rs — physics-lite 2D backendspanda-safety, spanda-comm, spanda-hal, …)run_program — execute a parsed ProgramInterpreter, InterpreterOptions, RobotBackend, SimRobotBackendspanda-driver::run and spanda_core::runImports workspace crates directly (no spanda-core). CoreRuntimeHost in spanda-runtime-host implements RuntimeHost for connectivity, fleet, and transport wiring.