File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1313> _ MetaItem_ :\
1414>   ;  ;   ;  ; IDENTIFIER\
1515>   ;  ; | IDENTIFIER ` = ` LITERAL\
16- >   ;  ; | IDENTIFIER ` ( ` LITERAL ` ) ` \
1716>   ;  ; | IDENTIFIER ` ( ` _ MetaSeq_ ` ) `
1817>
1918> _ MetaSeq_ :\
2019>   ;  ;   ;  ; EMPTY\
2120>   ;  ; | _ MetaItem_ \
21+ >   ;  ; | LITERAL\
2222>   ;  ; | _ MetaItem_ ` , ` _ MetaSeq_
2323
2424An _ attribute_ is a general, free-form metadatum that is interpreted according
@@ -30,9 +30,8 @@ Attributes may appear as any of:
3030* A single identifier, the _ attribute name_
3131* An identifier followed by the equals sign '=' and a literal, providing a
3232 key/value pair
33- * An identifier followed by a parenthesized literal, providing a
34- key/value pair
3533* An identifier followed by a parenthesized list of sub-attribute arguments
34+ which include literals
3635
3736_ Inner attributes_ , written with a bang ("!") after the hash ("#"), apply to the
3837item that the attribute is declared within. _ Outer attributes_ , written without
You can’t perform that action at this time.
0 commit comments