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