make some pieces public that are required by priroda
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user