tree-sitter/cli/loader
2022-11-15 17:14:33 -08:00
..
src Integrate WASM compilation into the CLI's Loader 2022-11-15 17:14:33 -08:00
build.rs Integrate WASM compilation into the CLI's Loader 2022-11-15 17:14:33 -08:00
Cargo.toml Integrate WASM compilation into the CLI's Loader 2022-11-15 17:14:33 -08:00
emscripten-version Integrate WASM compilation into the CLI's Loader 2022-11-15 17:14: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.