diff --git a/grammar-initial.ebnf b/grammar-initial.ebnf index 36a5bf6..103b0f2 100644 --- a/grammar-initial.ebnf +++ b/grammar-initial.ebnf @@ -1,18 +1,12 @@ ::= { DeclarationStart } - ::= Type Symbol Assign { VBar } - | Symbol Colon DeclarationStart Symbol { Symbol } Assign + ::= Symbol Colon DeclarationStart Symbol { Symbol } Assign ::= Symbol { } - ::= [ Comma [ ] [ Aro ] ] - ::= [ Comma [ ] ] - ::= OpenParen CloseParen - | Symbol [ OpenSquareBracket CloseSquareBracket ] - ::= [ Comma [ ] ] - ::= If | { } In | + | Type ::= Literal | Symbol | OpenParen CloseParen