Geoffry Song b63f260bbc Lower the precedence of the as operator.
Previously, the `as` operator was being parsed like a postfix expression, and
therefore being given the highest possible precedence. That caused it to bind
more tightly than prefix operators, which it should not. Instead, parse it
somewhat like a normal binary expression with some special-casing.
2019-10-03 00:27:09 -07:00
..
2019-08-06 10:57:16 +02:00
2019-10-02 10:58:15 -04:00
2019-09-02 21:23:19 +03:00
2019-10-02 10:58:15 -04:00
2019-09-06 17:21:29 +03:00