feat: add def use analysis inside of module (#19)

* dev: add snapshot map

* feat: add def use analysis inside of module
This commit is contained in:
Myriad-Dreamin 2024-03-12 14:09:48 +08:00 committed by GitHub
parent ee131ac68a
commit 1a05e4274c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 535 additions and 12 deletions

View file

@ -1,3 +1,4 @@
mod adt;
pub mod analysis;
pub(crate) mod diagnostics;