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