cleaned up code
This commit is contained in:
parent
ec380f8a3a
commit
4132a68fb3
|
@ -141,8 +141,7 @@ impl<'a> Vm {
|
||||||
for item in &self.stack {
|
for item in &self.stack {
|
||||||
print!("{:?} ", item);
|
print!("{:?} ", item);
|
||||||
}
|
}
|
||||||
print!("<- TOP");
|
println!("<- TOP");
|
||||||
println!();
|
|
||||||
},
|
},
|
||||||
Some("data") => {
|
Some("data") => {
|
||||||
println!("{:?}", self.dictionary.data);
|
println!("{:?}", self.dictionary.data);
|
||||||
|
|
Loading…
Reference in a new issue