metaborg / rust-scopegraphs

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

WIP: Close by drop on explicit close #55

Closed AZWN closed 3 weeks ago

jdonszelmann commented 3 weeks ago

using const generics and array pattern matching you can avoid the macros

jdonszelmann commented 3 weeks ago

put ScopeExt in an Rc

jdonszelmann commented 3 weeks ago

rename ScopeExt, as {something}Ext has a meaning in Rust

AZWN commented 3 weeks ago

Ok, merged in for now. Needs follow-up, especially for the macro's