mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 04:24:43 +00:00
Move eval.rs to context
This commit is contained in:
parent
fadce087c5
commit
1b4c9aa9c3
6 changed files with 5 additions and 4 deletions
|
@ -7,8 +7,8 @@ pub use compile::*;
|
|||
mod codegen;
|
||||
pub mod effectcheck;
|
||||
pub mod error;
|
||||
pub mod eval;
|
||||
pub mod hir;
|
||||
pub mod link;
|
||||
pub mod lower;
|
||||
pub use lower::ASTLowerer;
|
||||
pub mod context;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue