pub fn emit_scenario_expression(expr: &SemanticExpr) -> Result<String, String>Expand description
Emit an already type-checked expression with the client runtime calling convention. Scenario harnesses use this narrow API so tests execute the same expression lowering as the shipped component module.