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

Parses a string into an Executor directly from a file