fix the attributes sytax

This commit is contained in:
FuGangqiang 2015-03-21 22:56:05 +08:00 committed by Manish Goregaokar
parent b0aad7dd4f
commit 5836efdfe7

View File

@ -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 ] ? ;