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

Parses source code into a CompiledProg directly from a file