Releases: aatauil/codemirror-lang-sparql
Releases · aatauil/codemirror-lang-sparql
v2.0.0
v1.0.0
Stable release
Changelogs
- ffc5412 💻 Remove hacks used in earlier versions
- ffc5412 📑Make grammar close to spec compliant (closes #3)
The sparql grammar as defined here just was not made to work out of the box with an LR parser. Luckily Lezer gave us some tools to bridge that gap. This came mostly in the form of the @precedence block. - d81bb34 🔧 Added all fields used in https://lezer-playground.vercel.app/ for development so anyone can either test or continue development of the grammar