Interpreter - New submodule for functions

This commit is contained in:
Emmanuel BENOîT 2023-01-02 18:58:20 +01:00
parent 250eddea71
commit e963a9f7ca
2 changed files with 1 additions and 0 deletions

View file

View file

@ -1,5 +1,6 @@
mod callable;
mod environment;
mod functions;
mod interpretable;
mod native_fn;
mod value;