Make step an EvalContext method and remove Stepper.

This commit is contained in:
Scott Olson
2016-06-23 00:02:47 -06:00
parent 3c19db95b8
commit 7bda9f24d6
3 changed files with 41 additions and 52 deletions

View File

@@ -36,7 +36,6 @@ pub use interpreter::{
EvalContext,
Frame,
eval_main,
step,
};
pub use memory::Memory;