Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/github/stack-graphs
Rust implementation of stack graphs
https://github.com/github/stack-graphs
Last synced: 27 days ago
JSON representation
Rust implementation of stack graphs
- Host: GitHub
- URL: https://github.com/github/stack-graphs
- Owner: github
- License: apache-2.0
- Created: 2021-03-31T21:22:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T13:11:59.000Z (6 months ago)
- Last Synced: 2024-05-13T13:12:04.819Z (6 months ago)
- Language: Rust
- Homepage: https://docs.rs/stack-graphs/*/stack_graphs/
- Size: 3.79 MB
- Stars: 694
- Watchers: 224
- Forks: 112
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Authors: AUTHORS
Awesome Lists containing this project
README
# 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](CONTRIBUTING.md) and our [code of conduct](CODE_OF_CONDUCT.md) 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_][scope graphs] framework
from Eelco Visser's group at TU Delft.[scope graphs]: https://pl.ewi.tudelft.nl/research/projects/scope-graphs/
## License
Licensed under either of
- [Apache License, Version 2.0][apache] ([LICENSE-APACHE](LICENSE-APACHE))
- [MIT license][mit] ([LICENSE-MIT](LICENSE-MIT))at your option.
[apache]: http://www.apache.org/licenses/LICENSE-2.0
[mit]: http://opensource.org/licenses/MIT