compiler_test_utils

Function exec

Source
pub fn exec<T>(env: &mut SloshVm, input: T) -> Value
where T: AsRef<str> + 'static,
Expand description

Read input, compile and execute the result and return the Value this produces.