tree-sitter/cli/loader
Max Brunsfeld 1d8975319c
Merge pull request #2840 from tree-sitter/language-reference-count
Introduce APIs for managing the lifetimes of languages, allow WASM languages to be deleted
2024-01-30 10:24:37 -08:00
..
src Merge pull request #2840 from tree-sitter/language-reference-count 2024-01-30 10:24:37 -08:00
build.rs Integrate WASM compilation into the CLI's Loader 2022-11-15 17:14:33 -08:00
Cargo.toml Use upstream wasmtime 2023-10-27 12:43:16 +01:00
emscripten-version Merge branch 'master' into wasm-language 2023-10-27 12:11:43 +01:00
README.md doc: Include README as top-level module documentation for all crates 2023-08-28 23:09:37 +03: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.