pub fn interpret_for_ui_baseline_sync_with_args(
input: &str,
program_args: &[String],
) -> InterpreterResultExpand description
The synchronous baseline core: parse (UNoptimized) → bytecode VM (no oracle)
→ run. Mirrors interpret_for_ui_sync_with_args exactly, minus
optimize_for_run and the oracle range analysis.