pub fn exec<T>(env: &mut SloshVm, input: T) -> Valuewhere T: AsRef<str> + 'static,
Read input, compile and execute the result and return the Value this produces.