Re: namespaces on the head of a pin

C. M. Sperberg-McQueen writes:

> ...
> 1 Namespace declarations are allowed only before the first rule of the
> grammar and apply throughout the grammar.  Syntax tbd, but for
> discussion I'll assume
>
>   nsdecl = 'declare', s, 'namespace', s, nsprefix, s, '=', nsname, s,
>   '.'

Missed an s and the closing period:

    nsdecl = 'declare', s, 'namespace', s, nsprefix, s,
             '=', s, nsname, s, '.'.

-- 
C. M. Sperberg-McQueen
Black Mesa Technologies LLC
http://blackmesatech.com

Received on Wednesday, 19 January 2022 01:45:46 UTC