code_parser

Function code_parser 

Source
pub fn code_parser(
    outer_input: &[u8],
) -> IResult<&[u8], Vec<(usize, Instruction)>>