Crates.io | tree-sitter-sparql |
lib.rs | tree-sitter-sparql |
version | 0.1.2 |
source | src |
created_at | 2024-06-29 17:55:50.102035 |
updated_at | 2024-06-29 18:14:57.493573 |
description | sparql grammar for the tree-sitter parsing library |
homepage | |
repository | https://github.com/IoannisNezis/tree-sitter-sparql |
max_upload_size | |
id | 1287542 |
size | 2,257,171 |
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