diff --git a/docs/grammar.ebnf b/docs/grammar.ebnf index 1b881c6..a99b01b 100644 --- a/docs/grammar.ebnf +++ b/docs/grammar.ebnf @@ -48,7 +48,7 @@ non_exportable_declaration = ( "::" "*" )? = - "using" "=" ";" + "using" "=" ";" /* --- Declarations --- */ @@ -106,7 +106,6 @@ non_exportable_declaration = | ";" | ";" | ";" - | | | | @@ -147,7 +146,7 @@ non_exportable_declaration = ) = - "for" "(" ? ";" ";" ? ")" + "for" "(" ( | )? ";" ";" ? ")" =