Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@aatauil aatauil released this 05 Aug 12:36
· 1 commit to master since this release

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