Interpreter - Actually use the callable module
This commit is contained in:
parent
3b5778ff47
commit
a4875ff876
1 changed files with 2 additions and 0 deletions
|
@ -1,7 +1,9 @@
|
|||
mod callable;
|
||||
mod environment;
|
||||
mod interpretable;
|
||||
mod value;
|
||||
|
||||
pub use callable::Callable;
|
||||
pub use environment::*;
|
||||
pub use interpretable::*;
|
||||
pub use value::*;
|
||||
|
|
Loading…
Reference in a new issue