refactor(tazjin/rlox): Move treewalk interpreter into subdirectory
Change-Id: I9163f75db5a1ff75e1b1f81bad78fd9d8ddb104a Reviewed-on: https://cl.tvl.fyi/c/depot/+/2409 Reviewed-by: tazjin <mail@tazj.in> Tested-by: BuildkiteCI
This commit is contained in:
parent
052f8976bb
commit
f8b3e2a100
7 changed files with 9 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
use crate::interpreter::Value;
|
||||
use crate::treewalk::interpreter::Value;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum ErrorKind {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue