pub fn run_script( text: &str, context: Context, env: Option<Env>, ) -> Result<Context, ScriptError>
Executes the provided script with the given context