tree-sitter/cli/loader
Amaan Qureshi 6c4c522724 feat: move scripts to xtasks
(cherry picked from commit dbe8bbf480)
2024-12-04 10:50:24 -05:00
..
src fix(loader): don't print warnings if the file is not found 2024-11-10 05:04:36 +01:00
build.rs fix(cli): keep default cc flags in build 2024-05-05 13:06:45 -04:00
Cargo.toml perf(loader): improve language lookup speed 2024-11-10 04:42:02 +01:00
emscripten-version feat: move scripts to xtasks 2024-12-04 10:50:24 -05: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.