Moved util.d to src/common/
This commit is contained in:
parent
4776b84310
commit
a21c16d7e5
7 changed files with 7 additions and 7 deletions
|
|
@ -6,7 +6,7 @@ import jlox.token;
|
|||
import jlox.stmt;
|
||||
import jlox.interpreter;
|
||||
import jlox.environment;
|
||||
import jlox.util;
|
||||
import common.util;
|
||||
|
||||
class LoxFunction : LoxCallable{
|
||||
private Stmt.Function declaration;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue