pub fn jit_from_file<T, P>(path: P, io: Io) -> Executor where
    T: InstSet,
    <T as FromStr>::Err: Display,
    P: AsRef<Path>, 
Expand description

Parses a string into an Executor directly from a file