pub fn from_file<T, P>(path: P) -> CompiledProg where
    T: InstSet,
    <T as FromStr>::Err: Display,
    P: AsRef<Path>, 
Available on crate feature compile only.
Expand description

Parses source code into a CompiledProg directly from a file