On 03/09/12 16:05, Cong Wang wrote:
Hi,
Does anyone know which .jj or .jjt file I should use for generating sparql 1.1
grammar parser?
I suppose http://www.w3.org/2001/sw/DataAccess/rq23/parsers/sparql.jj is for
sparql 1.0…
Thanks.
--
Cong Wang
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)
https://svn.apache.org/repos/asf/jena/trunk/jena-arq/Grammar
File: sparql_11.jj
This is used produce the HTML text in the spec (via jjdoc to text and a
perl script).
master.jj is the grammar for everything 1.1 - see the script "grammar"
for the way that this is used to produce sparql_11.jj and arq.jj.
Andy