Crates.io | tree-sitter-loader |
lib.rs | tree-sitter-loader |
version | 0.24.4 |
source | src |
created_at | 2021-09-03 20:46:14.415562 |
updated_at | 2024-11-10 04:26:24.797063 |
description | Locates, builds, and loads tree-sitter grammars at runtime |
homepage | https://tree-sitter.github.io/tree-sitter |
repository | https://github.com/tree-sitter/tree-sitter |
max_upload_size | |
id | 446619 |
size | 63,604 |
The tree-sitter
command-line program will dynamically find and build grammars
at runtime, if you have cloned the grammars' repositories to your local
filesystem. This helper crate implements that logic, so that you can use it in
your own program analysis tools, as well.