tree-sitter/cli/loader
2023-01-06 10:28:47 +02:00
..
src loader: add TREE_SITTER_LIBDIR; cli: add --libdir to tree-sitter generate 2023-01-06 10:28:47 +02:00
build.rs rust: Extract runtime language detection into separate crate 2021-06-09 17:42:30 -04:00
Cargo.toml loader: 0.20.0 2021-11-21 13:40:33 -08:00
README.md rust: Extract runtime language detection into separate crate 2021-06-09 17:42:30 -04:00

tree-sitter-loader

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.