docs(grammar.ebnf): Don't reimplement already specified rules
This commit is contained in:
parent
bb101c14fb
commit
838181c116
|
@ -42,7 +42,7 @@ Identifier = (CHARACTER | "_") { NUMBER | CHARACTER | "_" } ;
|
||||||
DocIdentifier = {DocComment} {Attribute} (CHARACTER | "_") { NUMBER | CHARACTER | "_" } ;
|
DocIdentifier = {DocComment} {Attribute} (CHARACTER | "_") { NUMBER | CHARACTER | "_" } ;
|
||||||
|
|
||||||
NamedType = Identifier ":" Type;
|
NamedType = Identifier ":" Type;
|
||||||
DocNamedType = {DocComment} {Attribute} Identifier ":" Type;
|
DocNamedType = {DocComment} {Attribute} NamedType;
|
||||||
|
|
||||||
|
|
||||||
# (* This is syntax sugar for a `DocAttribute` *)
|
# (* This is syntax sugar for a `DocAttribute` *)
|
||||||
|
|
BIN
docs/grammar.pdf
BIN
docs/grammar.pdf
Binary file not shown.
Reference in New Issue