tree-sitter/cli/loader
2024-04-11 22:35:43 -04:00
..
src refactor(rust): misc fixes & tidying 2024-04-11 22:35:43 -04:00
build.rs chore(loader): apply clippy fixes 2024-02-03 19:38:37 -05:00
Cargo.toml refactor(rust): misc fixes & tidying 2024-04-11 22:35:43 -04:00
emscripten-version build: update emscripten version 2024-04-11 22:35:43 -04: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.