renamed interpret to interpreter

This commit is contained in:
Moritz Gmeiner 2024-09-01 23:20:32 +02:00
commit b8741ea3cc
4 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ mod class;
mod environment;
mod error;
mod function;
mod interpret;
mod interpreter;
mod lox_std;
mod object;
mod resolver;