tree-sitter-sparql

Crates.iotree-sitter-sparql
lib.rstree-sitter-sparql
version0.24.0
sourcesrc
created_at2024-06-29 17:55:50.102035
updated_at2024-11-13 12:49:51.343157
descriptionSPARQL grammar for tree-sitter
homepage
repositoryhttps://github.com/ioannisnezis/tree-sitter-sparql.git
max_upload_size
id1287542
size1,636,936
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: 63

cargo fmt