Hi Etienne,
Very happy to hear that it's useful.
We are also using it for query rewriting as our main use case. Will be
interested to hear what kind of query rewriting you're doing. Are you mainly
performing rewrites for query optimisation?
Cheers,
Edmond
Edmond Chuc
Knowledge Graph Senior
Dear Nicholas and Edmond,
Thanks for sharing your code, this is fab.
I have been using https://tree-sitter.github.io/tree-sitter/ for my SPARQL
parsing (and rewriting) needs until now, but that needs some extra work
when packaging. (it is not pure-Python)
Really happy to see your parser (and seri