@ -25,7 +25,7 @@ impl VM {
}
pub fn interpret(&mut self) -> Result<()> {
pub fn run(&mut self) -> Result<()> {
loop {
debug!("{:?}", &self.stack[0..self.stack_top]);
debug!("{}", DisassembledInstruction::new(self.ip, &self.chunk,));