Allow bare semicolon in grammar doc, closes #28157
This commit is contained in:
parent
107b4aa329
commit
1e62bd2754
1 changed files with 1 additions and 1 deletions
|
|
@ -436,7 +436,7 @@ meta_seq : meta_item [ ',' meta_seq ] ? ;
|
|||
## Statements
|
||||
|
||||
```antlr
|
||||
stmt : decl_stmt | expr_stmt ;
|
||||
stmt : decl_stmt | expr_stmt | ';' ;
|
||||
```
|
||||
|
||||
### Declaration statements
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue