Expose FnPtr and move name checking into

This commit is contained in:
Stephen Chung
2020-07-06 21:30:35 +08:00
parent 46cdec1280
commit d0711394f0
4 changed files with 46 additions and 18 deletions

View File

@@ -98,7 +98,7 @@ mod utils;
pub use any::Dynamic;
pub use engine::Engine;
pub use error::{ParseError, ParseErrorType};
pub use fn_native::IteratorFn;
pub use fn_native::{FnPtr, IteratorFn};
pub use fn_register::{RegisterFn, RegisterResultFn};
pub use module::Module;
pub use parser::{ImmutableString, AST, INT};