refactor value types gen a bit

This commit is contained in:
NikVolf
2017-04-06 18:23:02 +03:00
parent 29f64f3fec
commit 5aaab83aed
5 changed files with 151 additions and 10 deletions

View File

@ -3,6 +3,7 @@
mod invoke;
mod module;
mod code;
mod misc;
pub use self::module::{module, ModuleBuilder};
pub use self::code::function;