makeQuery 105 syn/greg.h extern Node *makeQuery(Node *e); makeQuery 82 syn/greg.y suffix= primary (QUESTION { push(makeQuery(pop())); }