Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

tree-sitter-stack-graphs

The tree-sitter-stack-graphs crate lets you create stack graphs using the tree-sitter grammar for a language.

Usage

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.

Command-line Program

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 -- ARGS

To install, run the following command:

cargo install --path TARGETDIR --bin tree-sitter-stack-graphs --features cli

Run the program as follows to show the supported commands:

tree-sitter-stack-graphs --help

License

Licensed under either of

at your option.