mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 20:34:44 +00:00
Add SharedModuleCache
Rename: RcCell -> Shared
This commit is contained in:
parent
9fa51809ea
commit
f12c2ba723
18 changed files with 417 additions and 188 deletions
|
@ -11,6 +11,7 @@ pub mod effectcheck;
|
|||
pub mod error;
|
||||
pub mod hir;
|
||||
pub mod lower;
|
||||
pub mod mod_cache;
|
||||
pub mod optimize;
|
||||
pub mod ownercheck;
|
||||
pub mod reorder;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue