File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 13
13
> _ MetaItem_ :\
14
14
>   ;  ;   ;  ; IDENTIFIER\
15
15
>   ;  ; | IDENTIFIER ` = ` LITERAL\
16
- >   ;  ; | IDENTIFIER ` ( ` LITERAL ` ) ` \
17
16
>   ;  ; | IDENTIFIER ` ( ` _ MetaSeq_ ` ) `
18
17
>
19
18
> _ MetaSeq_ :\
20
19
>   ;  ;   ;  ; EMPTY\
21
20
>   ;  ; | _ MetaItem_ \
21
+ >   ;  ; | LITERAL\
22
22
>   ;  ; | _ MetaItem_ ` , ` _ MetaSeq_
23
23
24
24
An _ attribute_ is a general, free-form metadatum that is interpreted according
@@ -30,9 +30,8 @@ Attributes may appear as any of:
30
30
* A single identifier, the _ attribute name_
31
31
* An identifier followed by the equals sign '=' and a literal, providing a
32
32
key/value pair
33
- * An identifier followed by a parenthesized literal, providing a
34
- key/value pair
35
33
* An identifier followed by a parenthesized list of sub-attribute arguments
34
+ which include literals
36
35
37
36
_ Inner attributes_ , written with a bang ("!") after the hash ("#"), apply to the
38
37
item that the attribute is declared within. _ Outer attributes_ , written without
You can’t perform that action at this time.
0 commit comments