HereDoc
heredoc = stalloc(sizeof(struct HereDoc));
struct HereDoc *here = heredoc;
struct HereDoc *p;
struct HereDoc *next; /* next here document in list */
struct HereDoc *here;
struct HereDoc *ps_heredoc; /* current heredoc << being parsed */
struct HereDoc;
struct HereDoc *ps_heredoclist; /* list of here documents to read */