cancel_cmd : CANCEL_INSERT { $$=new_cancel_cmd(CT_INSERT); } | CANCEL_DELETE{ $$=new_cancel_cmd(CT_DELETE); } ;