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