> 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