Allow bare semicolon in grammar doc, closes #28157
This commit is contained in:
parent
107b4aa329
commit
1e62bd2754
@ -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…
Reference in New Issue
Block a user