Interpreter - Added the native_fn empty mod
This commit is contained in:
parent
113fffb872
commit
d450f186b4
2 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
mod callable;
|
mod callable;
|
||||||
mod environment;
|
mod environment;
|
||||||
mod interpretable;
|
mod interpretable;
|
||||||
|
mod native_fn;
|
||||||
mod value;
|
mod value;
|
||||||
|
|
||||||
pub use callable::Callable;
|
pub use callable::Callable;
|
||||||
|
|
0
src/interpreter/native_fn.rs
Normal file
0
src/interpreter/native_fn.rs
Normal file
Loading…
Reference in a new issue