tree-sitter/cli/loader
Amaan Qureshi 99b93d83a1 feat(cli)!: add a separate build command to compile parsers
This allows users to build parsers without having to run `test` or
`parse` to invoke the compilation process, and allows them to output the
object file to wherever they like. The `build-wasm` command was merged
into this by just specifying the `--wasm` flag.
2024-03-17 05:36:30 -04:00
..
src feat(cli)!: add a separate build command to compile parsers 2024-03-17 05:36:30 -04:00
build.rs chore(loader): apply clippy fixes 2024-02-03 19:38:37 -05:00
Cargo.toml Remove dependency on which crate 2024-03-12 12:19:27 -07: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.