49c4cc6c5604 ^
1 2 3 4 5 6 7 8
#[derive(Debug)] pub enum OpCode { /// Access a constant for use. OpConstant(usize), /// Return from the current function. OpReturn, }