Re: Comments in SPARQL

On Tue, Nov 02, 2004 at 11:08:08AM +0000, Dave Beckett wrote:
> 
> One more of my many remaining sparql grammar issues.
> 
> There are no comments in SPARQL.
> 
> I've been supporting RDQL's C++ and C style comments:
> // to end of line and /* blah */
> but that's not sanctioned by the grammar or SPARQL doc. 
> 
> I just noticed Alberto's used a # to end of line style like many other
> scripty languages and formats.

I think thats me, and its supported via s/#.*// in a perl pre-processor,
I'd prefer C99/++ style comments. I copied the #'s from some of Andy's
testcase queries IIRC.

- Steve

Received on Tuesday, 2 November 2004 11:28:18 UTC