Re: qparse but preserve comments

2023-10-29 Thread Andy Seaborne
On 27/10/2023 17:58, Justin wrote: Hello, Is it possible to allow qparse to preserve comments? No - the parser skips them. e.g. it currently does not: ``` justin@parens:/tmp$ cat a.rq select * where { ?s ?p ?o # comment here } justin@parens:/tmp$ ~/Downloads/apache-jena-4.7.0/bin/qparse

qparse but preserve comments

2023-10-27 Thread Justin
Hello, Is it possible to allow qparse to preserve comments? e.g. it currently does not: ``` justin@parens:/tmp$ cat a.rq select * where { ?s ?p ?o # comment here } justin@parens:/tmp$ ~/Downloads/apache-jena-4.7.0/bin/qparse --query a.rq SELECT * WHERE { ?s ?p ?o } ``` If comment lines