things priroda needs to be public or changed

This commit is contained in:
Oliver Schneider
2016-06-30 11:29:25 +02:00
parent d309ab72e0
commit b91338b220
3 changed files with 15 additions and 7 deletions

View File

@@ -38,4 +38,8 @@ pub use interpreter::{
eval_main,
};
pub use memory::Memory;
pub use memory::{
Memory,
Pointer,
AllocId,
};