N_NOT
return (palloc(N_NOT, f_not));
if (next->type == N_NOT) {
while (node != NULL && node->type == N_NOT) {
if (next->type == N_NOT)
{ "!", N_NOT, c_not, O_ZERO },
{ "-not", N_NOT, c_not, O_ZERO },