ceylon / ceylon.ast

Apache License 2.0
18 stars 3 forks source link

Add support for “pipe” operator #146

Open lucaswerkmeister opened 6 years ago

lucaswerkmeister commented 6 years ago

|> is a new binary left-associative operator with a precedence at the end of Layer 1, weaker than ../:/-> but stronger than exists/nonempty. See eclipse/ceylon@4c0288b45ae908ab91b00b25f889b0c380df30bd for spec.

(TODO: verify that the super-low-precedence hacks which were discussed at some point are no longer in effect.)