tree-sitter-sparql

Crates.iotree-sitter-sparql
lib.rstree-sitter-sparql
version0.1.2
sourcesrc
created_at2024-06-29 17:55:50.102035
updated_at2024-06-29 18:14:57.493573
descriptionsparql grammar for the tree-sitter parsing library
homepage
repositoryhttps://github.com/IoannisNezis/tree-sitter-sparql
max_upload_size
id1287542
size2,257,171
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