Function come::ir::function::parse

source ·
pub fn parse(code: &str) -> IResult<&str, FunctionDefinition>
Expand description

Parse the ir code to get a FunctionDefinition.