mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-27 11:59:05 +00:00
refactor: Planner -> PackageBuilder
This commit is contained in:
parent
d13c0e959d
commit
450eafe8aa
3 changed files with 129 additions and 29 deletions
|
@ -8,6 +8,7 @@ pub mod artifact;
|
|||
pub mod build_hir;
|
||||
mod compile;
|
||||
pub use compile::*;
|
||||
pub mod build_package;
|
||||
mod codegen;
|
||||
pub mod context;
|
||||
pub mod declare;
|
||||
|
@ -22,7 +23,6 @@ pub mod lower;
|
|||
pub mod module;
|
||||
pub mod optimize;
|
||||
pub mod ownercheck;
|
||||
pub mod plan;
|
||||
pub mod transpile;
|
||||
pub mod ty;
|
||||
pub mod varinfo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue