tree-sitter/cli/loader
Yuri Astrakhan 9dbe165296 chore: a few minor lints
* do not use `&` for the format args as it cannot (yet) be optimized by the compiler
* a few format inlining
2025-01-21 00:57:58 -05:00
..
src chore: a few minor lints 2025-01-21 00:57:58 -05:00
build.rs fix(cli): keep default cc flags in build 2024-05-05 13:06:45 -04:00
Cargo.toml feat: remove lazy_static in favor of LazyLock 2025-01-21 00:21:35 -05:00
emscripten-version build(deps): bump emscripten to 4.0.1 2025-01-20 23:27:25 -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.