Skip to content

Daylyt247/stack-graphs

This branch is 1272 commits behind github/stack-graphs:main.

Folders and files

NameName
Last commit message
Last commit date
Jan 25, 2023
Feb 3, 2023
Aug 23, 2022
Apr 22, 2022
Feb 3, 2023
Feb 3, 2023
Aug 11, 2022
Oct 18, 2022
Feb 17, 2022
May 5, 2021
May 5, 2021
Nov 2, 2022
May 5, 2021
May 5, 2021
Oct 20, 2021
Apr 12, 2021

Repository files navigation

Stack graphs

The crates in this repository provide 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.

How to contribute

We welcome your contributions! Please see our contribution guidelines and our code of conduct for details on how to participate in our community.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as described below, without any additional terms or conditions.

Credits

Stack graphs are heavily based on the scope graphs framework from Eelco Visser's group at TU Delft.

License

Licensed under either of

at your option.

About

Rust implementation of stack graphs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 83.8%
  • C 4.8%
  • TypeScript 4.0%
  • HTML 3.3%
  • JavaScript 2.9%
  • CSS 0.6%
  • Other 0.6%