You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* A few proposed tweaks to syntax.md.
This assumes that PR #731 is applied.
In detail:
* Since the reserved keywords start with a `.`, we need to talk about the keyword `.match`, not `match`.
* Saying that "A _reserved annotation_ starts with a reserved character" and "A _reserved annotation_ MAY be empty" is a contradiction. Therefore, we need to distinguish a _reserved annotation_ from a _reserved body_. This distinction is also useful because the _reserved body_ occurs in two other places as well.
* The statement that a _reserved body_ contains "arbitrary text" is not true, since we have now decided that (unless empty) it must start and end with a non-whitespace character.
* A nonterminal `reserved-start` does not exist. What is meant is `reserved-annotation-start`.
* The statement "Implementations MUST NOT remove or alter the contents of a _reserved annotation_." needs to be constrained, because now implementations are SUPPOSED to trim whitespace around the _reserved body_.
* Subtle wording regarding whitespace around a reserved-body.
Co-authored-by: Addison Phillips <[email protected]>
---------
Co-authored-by: Addison Phillips <[email protected]>
0 commit comments