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