pub fn execute_bytecode(chunk: &Chunk) -> Result<(), String>
Execute a bytecode chunk in the VM
chunk
Ok(()) if successful, or an error message