ll-sparql-parser 0.11.0

A resilient LL parser for SPARQL
Documentation
1
2
3
4
5
6
7
8
9
<h1 align="center">
    LL-SPARQL-parser
</h1>

A resilient LL Sparql parser.  
This is supposed to become the core parser for the [Qlue-ls](https://github.com/IoannisNezis/Qlue-ls) Langauge server.

It uses [rowan](https://github.com/IoannisNezis/rowan) for the [red-green-tree](https://ericlippert.com/2012/06/08/red-green-trees/) datastructure under the hood.  
The produced syntax trees are defined in [sparql.ungram](sparql.ungram).