mirror of
https://github.com/ziglang/zig.git
synced 2026-01-30 03:03:46 +00:00
that's not a keyword
This commit is contained in:
parent
65b7d85524
commit
6fe7dd93cb
@ -7800,7 +7800,7 @@ CancelExpression = "cancel" Expression;
|
||||
|
||||
ResumeExpression = "resume" Expression;
|
||||
|
||||
Defer(body) = ("defer" | "deferror") body
|
||||
Defer(body) = ("defer" | "errdefer") body
|
||||
|
||||
IfExpression(body) = "if" "(" Expression ")" body option("else" BlockExpression(body))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user