mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 20:34:44 +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
|
@ -23,8 +23,8 @@ use erg_type::value::ValueObj;
|
|||
use erg_type::{HasType, TypeCode, TypePair};
|
||||
|
||||
use crate::compile::{AccessKind, Name, StoreLoadKind};
|
||||
use crate::context::eval::eval_lit;
|
||||
use crate::error::{CompileError, CompileErrors, CompileResult};
|
||||
use crate::eval::eval_lit;
|
||||
use crate::hir::{
|
||||
Accessor, Args, Array, Block, Call, DefBody, Expr, Local, Signature, SubrSignature, Tuple,
|
||||
VarSignature, HIR,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue