-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Milestone
Description
Right now the equals sing following the identifier =
is part of the value
production in the EBNF. Message without values are thus written like this:
foo-bar
.attr = Attribute
I would like to change this to always require the =
after the identifier. This would clearly demarcate the identifier and the indented body of the message, similar to Python's :
.
foo-bar =
.attr = Attribute
In the rare cases when the message should have an empty string for its value, the same explicit syntax as in #32 can be used:
foo-bar = {""}
.attr = Attribute
Signoffs
Metadata
Metadata
Assignees
Labels
No labels