make some pieces public that are required by priroda

This commit is contained in:
Oliver Schneider
2016-10-20 13:10:22 +02:00
parent 330be7766f
commit ed679c3d23
2 changed files with 11 additions and 3 deletions

View File

@@ -36,6 +36,9 @@ pub use interpreter::{
eval_main,
run_mir_passes,
StackPopCleanup,
Value,
Lvalue,
LvalueExtra,
};
pub use memory::{
@@ -43,3 +46,8 @@ pub use memory::{
Pointer,
AllocId,
};
pub use primval::{
PrimVal,
PrimValKind,
};