Closed AZHenley closed 4 years ago
The "as" operator should be much higher precedence (more like Rust's).
1 + x as y 3 should evaluate as 1 + (x as y) 3 x < y as z should evaluate as x < (y as z)
The "as" operator should be much higher precedence (more like Rust's).
1 + x as y 3 should evaluate as 1 + (x as y) 3 x < y as z should evaluate as x < (y as z)