[][src]Function kes::parser::parse

pub fn parse<'b, 's>(
    bump: &'b Bump,
    source: &'s str
) -> Result<Vec<'b, Instruction<'s>>>