Crates.io | stack-graphs |
lib.rs | stack-graphs |
version | 0.14.0 |
source | src |
created_at | 2021-05-05 17:09:02.797607 |
updated_at | 2024-07-10 14:56:16.777275 |
description | Name binding for arbitrary programming languages |
homepage | https://github.com/github/stack-graphs/tree/main/stack-graphs |
repository | https://github.com/github/stack-graphs/ |
max_upload_size | |
id | 393496 |
size | 1,209,654 |
The stack-graphs
crate provides a Rust implementation of stack graphs, which
allow you to define the name resolution rules for an arbitrary programming
language in a way that is efficient, incremental, and does not need to tap into
existing build or program analysis tools.
To use this library, add the following to your Cargo.toml
:
[dependencies]
stack-graphs = "0.14"
Check out our documentation for more details on how to use this library.
Notable changes for each version are documented in the release notes.
Stack graphs are heavily based on the scope graphs framework from Eelco Visser's group at TU Delft.
Licensed under either of
at your option.