execute

Function execute 

Source
pub fn execute<B: AsRef<str>, E: Evaluator, P: Printer>(
    buf: B,
    eval: &E,
    printer: &mut P,
) -> MiniResult<()>
Expand description

Execute the code by given evaluator and printer.