exptostat
| pattern { $$ = exptostat($1); }
extern Node *rectonode(void), *exptostat(Node *);
| expr { $$ = exptostat($1); }