metaborg / rust-scopegraphs

Scope Graph Implementation in Rust
https://github.com/metaborg/rust-scopegraphs
MIT License
20 stars 0 forks source link

Name resolution #9

Closed jdonszelmann closed 3 months ago

jdonszelmann commented 7 months ago

Adds scope graph data structure and simple (unchecked) name resolution algorithm.

TODO's

AZWN commented 7 months ago

Apart from the scope graph data structure itself, I think this PR is relatively feature-complete. A few questions