Interpreter - Class submodule

This commit is contained in:
Emmanuel BENOîT 2023-01-07 14:08:31 +01:00
parent 9bfb549a22
commit 621ca9d9f1
2 changed files with 1 additions and 0 deletions

0
src/interpreter/class.rs Normal file
View file

View file

@ -1,4 +1,5 @@
mod callable;
mod class;
mod environment;
mod functions;
mod interpretable;