pub fn from_ir_code(source: &str) -> IResult<&str, Vec<IR>>
Parses all the ir code to get a list of IR.
IR