tree-sitter/cli/loader
Amaan Qureshi 74812ced1b chore: deprecate C++ scanners
C++ has been a headache to deal with throughout the ecosystem and for
several downstream projects. It is difficult to get working with WASM,
and induces potential issues with compilation on Windows. It has been
proven that writing scanners in C is a much better alternative, and is
the recommended way to write scanners now. C++ support will likely be
removed in 0.21.0
2024-02-14 15:43:53 -05:00
..
src chore: deprecate C++ scanners 2024-02-14 15:43:53 -05:00
build.rs chore(loader): apply clippy fixes 2024-02-03 19:38:37 -05:00
Cargo.toml build: move common Cargo.toml keys into the workspace and inherit them 2024-02-14 14:56:23 -05: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.