fix the attributes sytax
This commit is contained in:
parent
b0aad7dd4f
commit
5836efdfe7
1 changed files with 1 additions and 1 deletions
|
|
@ -1982,7 +1982,7 @@ the namespace hierarchy as it normally would.
|
|||
## Attributes
|
||||
|
||||
```{.ebnf .gram}
|
||||
attribute : "#!" ? '[' meta_item ']' ;
|
||||
attribute : '#' '!' ? '[' meta_item ']' ;
|
||||
meta_item : ident [ '=' literal
|
||||
| '(' meta_seq ')' ] ? ;
|
||||
meta_seq : meta_item [ ',' meta_seq ] ? ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue