doemit
#define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd))
static void doemit(struct parse *, sop, size_t);