[Bug 2479] use of curly braces in the grammar of FTWord

http://www.w3.org/Bugs/Public/show_bug.cgi?id=2479





------- Additional Comments From holstege@mathling.com  2006-02-01 21:01 -------
At the face to face meeting we agreed that there was a syntactic ambiguity
and curlies are used in other places to solve this sort of problem.
Further, full compositionality is useful. On the other hand, things could
be simplified to be less confusing; consequently the production will be
changed to:

FTWords    ::=    (Literal | ("{" Expr "}")) FTAnyallOption? 

and the examples changed as necessary.

Received on Wednesday, 1 February 2006 21:01:46 UTC