Function cambridge_asm::parse::jit

source ·
pub fn jit<T>(
    prog: impl Deref<Target = str>,
    io: Io
) -> Result<Executor, ErrorMap>where
    T: InstSet,
    <T as FromStr>::Err: Display,
Expand description

Parses a string into an Executor

This is the primary method to parse a pseudoassembly program