fn binary_operation(code: &str) -> IResult<&str, BinaryOperation>
Parse ir code to get a BinaryOperation.
BinaryOperation