Interpreter - New submodule for functions
This commit is contained in:
parent
250eddea71
commit
e963a9f7ca
2 changed files with 1 additions and 0 deletions
0
src/interpreter/functions.rs
Normal file
0
src/interpreter/functions.rs
Normal file
|
@ -1,5 +1,6 @@
|
||||||
mod callable;
|
mod callable;
|
||||||
mod environment;
|
mod environment;
|
||||||
|
mod functions;
|
||||||
mod interpretable;
|
mod interpretable;
|
||||||
mod native_fn;
|
mod native_fn;
|
||||||
mod value;
|
mod value;
|
||||||
|
|
Loading…
Reference in a new issue