pub fn parse_pipe_expr(pair: Pair<'_, Rule>) -> Result<Expr>
Parse pipe expression (a |> b |> c) Pipes the left value into the right function