Re: Draft Partitioning

On Fri, Jun 15, 2001 at 05:20:35PM -0500, Aaron Swartz wrote:
> On Friday, June 15, 2001, at 02:20  PM, Art Barstow wrote:
> 
> > ntriple		::= comment* | blankline* | triple*
> 
> Does this mean that comments and blanklines may only come before 
> the triples?

My intention was to allow 0 or more of those three productions
at any location so something like the following may be
more appropriate:

 ntriple		::= (comment | blankline | triple)*

> 
> > comment		::= ws* '#' string eoln
> 
> I don't remember agreeing to allow comments in the format... Hmm.

I think it would be a mistake to not provide a mechanism for
comments.

Received on Monday, 18 June 2001 08:53:50 UTC