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
|
|
@ -2,7 +2,7 @@ mod class;
|
|||
mod environment;
|
||||
mod error;
|
||||
mod function;
|
||||
mod interpret;
|
||||
mod interpreter;
|
||||
mod lox_std;
|
||||
mod object;
|
||||
mod resolver;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue