mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
fix position of orelse and catch in precedence table and remove misplaced error union operator
This commit is contained in:
parent
8c5d4295e5
commit
46d8e010a0
@ -1762,14 +1762,13 @@ const B = error{Two};
|
||||
a!b
|
||||
x{} x.* x.?
|
||||
!x -x -%x ~x &x ?x
|
||||
! * / % ** *% ||
|
||||
* / % ** *% ||
|
||||
+ - ++ +% -%
|
||||
<< >>
|
||||
& ^ |
|
||||
& ^ | orelse catch
|
||||
== != < > <= >=
|
||||
and
|
||||
or
|
||||
orelse catch
|
||||
= *= /= %= += -= <<= >>= &= ^= |={#endsyntax#}</pre>
|
||||
{#header_close#}
|
||||
{#header_close#}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user