Interpreter - Class submodule
This commit is contained in:
parent
9bfb549a22
commit
621ca9d9f1
2 changed files with 1 additions and 0 deletions
0
src/interpreter/class.rs
Normal file
0
src/interpreter/class.rs
Normal file
|
@ -1,4 +1,5 @@
|
||||||
mod callable;
|
mod callable;
|
||||||
|
mod class;
|
||||||
mod environment;
|
mod environment;
|
||||||
mod functions;
|
mod functions;
|
||||||
mod interpretable;
|
mod interpretable;
|
||||||
|
|
Loading…
Reference in a new issue