Function come::backend::riscv::simple_instruction::template::parse

source ·
fn parse<'a>(code: &'a str, name: &'static str) -> IResult<&'a str, Template>
Expand description

Parse the string form of a template to get a Template object.