binary_op

Function binary_op 

Source
pub fn binary_op(input: &str) -> IResult<&str, BinaryOp>
Expand description

Parse a binary operator

Handles all binary operators including the keyword operators (and, or, unless, atan2).