tree-sitter-sparql

Crates.iotree-sitter-sparql
lib.rstree-sitter-sparql
version0.25.2
created_at2024-06-29 17:55:50.102035+00
updated_at2025-02-25 21:38:30.227804+00
descriptionSPARQL grammar for tree-sitter
homepage
repositoryhttps://github.com/ioannisnezis/tree-sitter-sparql.git
max_upload_size
id1287542
size1,640,719
Ioannis Nezis (IoannisNezis)

documentation

README

tree-sitter-sparql

SPARQL grammar for tree-sitter.

Important

This is a fork of tree-sitter-sparql! It's just updated and adjusted for Rust.

Usage

All you need to know is written in the docs

To summarize:

  • install the tree-sitter-cli on your system
  • build the parser and all bindings with: tree-sitter generate
  • test the parser with tree-sitter test
  • tests are defined in test/
  • the grammar is specified in grammar.js

If you want to use this in your rust project:

Everything further is written in the docs

References

Commit count: 56

cargo fmt