simple user function

This commit is contained in:
NikVolf
2017-05-15 15:40:08 +03:00
parent 21ff1509f6
commit b7ff4d92d4
6 changed files with 108 additions and 37 deletions

View File

@ -65,6 +65,7 @@ mod variable;
#[cfg(test)]
mod tests;
pub use self::module::{ModuleInstance, ModuleInstanceInterface, ItemIndex};
pub use self::module::{ModuleInstance, ModuleInstanceInterface, ItemIndex, CallerContext};
pub use self::program::ProgramInstance;
pub use self::value::RuntimeValue;
pub use self::value::RuntimeValue;
pub use self::env::{UserFunctions, UserFunction};