AST_PIPE          960 core/compile.c       } else if (expr->part == AST_PIPE) { //x|y => (pipe (expm x) (expm y))
AST_PIPE          976 core/compile.c         else if (lhs->part == AST_PIPE) {
AST_PIPE          992 core/compile.c         } else if (rhs->part == AST_ASSIGN && rhs->a[0]->part == AST_PIPE) {
AST_PIPE          187 syn/syntax-p5.y        | pipe assign s:sets  { e = PN_AST2(ASSIGN, e, PN_OP(AST_PIPE, e, s)) }
AST_PIPE          214 syn/syntax-p5.y          ( pipe x:bitand       { a = PN_OP(AST_PIPE, a, x) }
AST_PIPE           78 syn/syntax.y          | pipe assign s:sets  { e = PN_AST2(ASSIGN, e, PN_OP(AST_PIPE, e, s)) }
AST_PIPE          105 syn/syntax.y            ( pipe x:bitand       { a = PN_OP(AST_PIPE, a, x) }