Exemple #1
0
func (cp *compiler) redirOp(n *parse.Redir) Op {
	return Op{cp.redir(n), n.Begin(), n.End()}
}