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)
{ "-not", N_NOT, c_not, 0 },
{ "!", N_NOT, c_not, 0 },