Function brainfuck::precompile [] [src]

pub fn precompile<'a, I>(bytes: I, opt: OptimizationLevel) -> Vec<Instruction> where
    I: IntoIterator<Item = &'a u8>, 

Precompile the program into an appropriate in-memory representation