Crates.io | tree-sitter-sparql |
lib.rs | tree-sitter-sparql |
version | 0.24.0 |
source | src |
created_at | 2024-06-29 17:55:50.102035 |
updated_at | 2024-11-13 12:49:51.343157 |
description | SPARQL grammar for tree-sitter |
homepage | |
repository | https://github.com/ioannisnezis/tree-sitter-sparql.git |
max_upload_size | |
id | 1287542 |
size | 1,636,936 |
SPARQL grammar for tree-sitter.
This is a fork of tree-sitter-sparql! It's just updated and adjusted for Rust.
All you need to know is written in the docs
To summarize:
tree-sitter generate
tree-sitter test
test/
grammar.js
If you want to use this in your rust project:
Everything further is written in the docs