func (cp *compiler) chunkOp(n *parse.Chunk) Op { return Op{cp.chunk(n), n.Begin(), n.End()} }
func (cp *compiler) errorCaptureOp(n *parse.Chunk) ValuesOp { return ValuesOp{cp.errorCapture(n), n.Begin(), n.End()} }