Re: UCDs as substrings of other UCDs?

From: Alberto Micol <Alberto.Micol-at-eso.org>
Date: Wed, 05 May 2004 14:43:43 +0200

> Would it be possible to change
> <word> ::= <word-component>|<word><period><word-component>
> to
> <word> ::=
> <word-component><semicolon>|<word><period><word-component><semicolon>
> ?

I forgot to mention that, obviously,
also the Backus-Naur form for UCD should be changed accordingly, that is, by removing the <semicolon> which was moved to the level of a <word>:

<UCD> ::= <nword>|<UCD><nword>

Alberto
PS: Basically, I find better to always have explicit separators, and not to rely on the implicit "end of string" one. Received on 2004-05-05Z12:43:57