The tree-sitter-stack-graphs crate lets you create stack graphs using the
tree-sitter grammar for a language.
To use this library, add the following to your Cargo.toml:
[dependencies]
tree-sitter-stack-graphs = "0.0"Check out our documentation for more details on how to use this library.
The command-line program for tree-sitter-stack-graphs lets you do stack
graph based analysis and lookup from the command line.
To run from source, run the following command:
cargo run --bin tree-sitter-stack-graphs --features cli -- ARGSTo install, run the following command:
cargo install --path TARGETDIR --bin tree-sitter-stack-graphs --features cliRun the program as follows to show the supported commands:
tree-sitter-stack-graphs --helpLicensed under either of
at your option.