makePlus 107 syn/greg.h extern Node *makePlus(Node *e); makePlus 84 syn/greg.y | PLUS { push(makePlus (pop())); }