pub fn parse_bin_expr<'a, P: Parser<'a>>(p: &mut P) -> PResult<Box<Expr>>
Name from spec: ‘LogicalORExpression’