mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-21 08:32:02 +03:00
langref: upgrade grammar.y for asm clobber change
This commit is contained in:
committed by
Andrew Kelley
parent
14bb533203
commit
f657767b60
+1
-1
@@ -7987,7 +7987,7 @@ AsmInput <- COLON AsmInputList AsmClobbers?
|
||||
|
||||
AsmInputItem <- LBRACKET IDENTIFIER RBRACKET STRINGLITERAL LPAREN Expr RPAREN
|
||||
|
||||
AsmClobbers <- COLON StringList
|
||||
AsmClobbers <- COLON Expr
|
||||
|
||||
# *** Helper grammar ***
|
||||
BreakLabel <- COLON IDENTIFIER
|
||||
|
||||
Reference in New Issue
Block a user