op_unit
op_list : op_unit
| op_list op_unit
op_unit : /* */ SC
$$ = op_unit(ITM_OP_DIRECTION, NULL, 0, NULL, 0, NULL, 0);
$$ = op_unit(ITM_OP_OPERATION, NULL, 0, NULL, 0, NULL, 0);
$$ = op_unit(ITM_OP_MAP, NULL, 0, NULL, 0, NULL, 0);
$$ = op_unit(ITM_OP_MAP, NULL, 0, $3,
$$ = op_unit(ITM_OP_IF,
$$ = op_unit(ITM_OP_IF_ELSE,
$$ = op_unit(ITM_OP_IF_ELSE,
%type <obj> op_unit
return (op_unit(type, NULL, 0, NULL, 0, NULL, 0));
return (op_unit(type, data, data_size, NULL, 0, NULL, 0));
itmc_obj_t *op_unit(itm_op_type_t,