Interpreter - Added the native_fn empty mod

This commit is contained in:
Emmanuel BENOîT 2023-01-02 17:57:34 +01:00
parent 113fffb872
commit d450f186b4
2 changed files with 1 additions and 0 deletions

View file

@ -1,6 +1,7 @@
mod callable;
mod environment;
mod interpretable;
mod native_fn;
mod value;
pub use callable::Callable;

View file