Move eval.rs to context

This commit is contained in:
Shunsuke Shibayama 2022-09-05 23:50:32 +09:00
parent fadce087c5
commit 1b4c9aa9c3
6 changed files with 5 additions and 4 deletions

View file

@ -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;