binaryExpr

fun binaryExpr(parser: Parser<Expr>, tokenString: String, f: (Expr, Expr) -> Expr): Parser<Expr>