- From: Juergen Pfundt <juergen.pfundt@googlemail.com>
- Date: Thu, 6 Sep 2012 21:41:41 +0200
- To: "public-sparql-dev@w3.org" <public-sparql-dev@w3.org>
Received on Thursday, 6 September 2012 19:42:13 UTC
Hello, thank you for the explanations and comments. A last remark regarding the NIL token in the SPARQL grammar. It might be worth a thought, to remove it from the lexer and substitute it by a parser rule. If this does not lead to ambiguousness for an LL(1) parser, special treatment for nil might be removed in InLineDataFull, ArgList and BuiltInCall ::= … | BNODE '(' ExpressionList? ')' … And I admit that this is purely a question of style. Kind regards Juergen Pfundt
Received on Thursday, 6 September 2012 19:42:13 UTC