pub fn eval(ctx: &mut Context) -> Result<(), PsError>Expand description
Main eval loop: pop objects from the execution stack and execute them.
All PostScript errors are routed through dispatch_error → errordict
so they produce standard PS error output. Only Quit and un-caught
Stop propagate to the caller.