tree-sitter/cli/loader
2021-11-21 13:40:33 -08:00
..
src Use serde's derive feature 2021-10-05 02:38:18 -05: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.