mirror of
https://github.com/MorizzG/rlox.git
synced 2025-12-06 04:12:42 +00:00
renamed interpret to interpreter
This commit is contained in:
parent
f9804c0c29
commit
b8741ea3cc
4 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ use rlox2_frontend::parser::Stmt;
|
|||
use crate::environment::{ClosureScope, HeapedValue};
|
||||
|
||||
use super::environment::Environment;
|
||||
use super::interpret::EvalResult;
|
||||
use super::interpreter::EvalResult;
|
||||
use super::{Runtime, Value};
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue