pub async fn interpret_and_render(
dialect: DialectBinding,
chunks: &[Bytes],
) -> (Vec<InterpreterOutputEvent>, String)Expand description
Run interpretation and render to a memory sink; return (events, console text).
pub async fn interpret_and_render(
dialect: DialectBinding,
chunks: &[Bytes],
) -> (Vec<InterpreterOutputEvent>, String)Run interpretation and render to a memory sink; return (events, console text).