pub fn parse(code: &str) -> IResult<&str, FunctionDefinition>
Parse the ir code to get a FunctionDefinition.
FunctionDefinition