stat3
winner = (Node *)stat3(PROGRAM, beginloc, $1, endloc); }
{ --inloop; $$ = stat3(IN, $3, makearr($5), $8); }
else $$ = stat3($1, $2, itonp($3), $4); }
else $$ = stat3($1, $2, itonp($3), $4); }
else $$ = stat3($1, $2, itonp($3), $4); }
| print prarg { $$ = stat3($1, $2, NIL, NIL); }
| if stmt else stmt { $$ = stat3(IF, $1, $2, $4); }
| if stmt { $$ = stat3(IF, $1, $2, NIL); }
extern Node *stat3(int, Node *, Node *, Node *);