Function come::ir::function::basic_block::parse

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

Parse the ir code to get a BasicBlock.