mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-03 05:54:33 +00:00
Add ASTLowererRunner
* add `--mode lower`
This commit is contained in:
parent
64d57641c9
commit
a636a1d843
5 changed files with 104 additions and 13 deletions
|
@ -6,13 +6,12 @@ pub extern crate erg_parser;
|
|||
mod compile;
|
||||
pub use compile::*;
|
||||
mod codegen;
|
||||
pub mod context;
|
||||
pub mod effectcheck;
|
||||
pub mod error;
|
||||
pub mod hir;
|
||||
pub mod link;
|
||||
pub mod lower;
|
||||
pub use lower::ASTLowerer;
|
||||
pub mod context;
|
||||
pub mod optimize;
|
||||
pub mod ownercheck;
|
||||
pub mod varinfo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue