tree-sitter/cli/loader
2023-07-11 10:57:34 -07:00
..
src fix: fix detection of the compiler on windows 2023-07-11 10:57:34 -07:00
build.rs rust: Extract runtime language detection into separate crate 2021-06-09 17:42:30 -04:00
Cargo.toml cargo: specify minimum supported Rust version 2023-04-04 03:42:55 +03: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.