File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 3737
3838 The `comment` field on the `Resource` node was removed.
3939
40- - Renamed `Symbol` to `VariantName` in the ASDL.
40+ - Require `=` after the identifier in message definitions. ( # 63)
4141
42+ - Renamed `Symbol` to `VariantName` in the ASDL.
4243
4344# # 0.4.0 (November 14, 2017)
4445
Original file line number Diff line number Diff line change @@ -36,12 +36,9 @@ variant ::= __ '[' _? variant-key _? ']' pattern
3636default-variant ::= __ ' *[' _? variant-key _? ' ]' pattern
3737variant-list ::= variant * default-variant variant * line-break
3838
39- attribute ::= __ ' .' identifier value
40-
41- message ::= identifier (value attribute * | attribute + )
42- term ::= term-identifier value attribute *
43-
44- value ::= _? ' =' pattern
39+ message ::= identifier _? ' =' (pattern attribute * | attribute + )
40+ term ::= term-identifier _? ' =' pattern attribute *
41+ attribute ::= __ ' .' identifier _? ' =' pattern
4542pattern ::= (text | placeable )+
4643
4744/* \ and { must be escaped */
You can’t perform that action at this time.
0 commit comments