Example #1
0
def t_tc_ASSIGNOP(t):
    t.OpType = op_Type.get(t.value)
    t.DataType = 'dt_OP'
    return t
Example #2
0
def t_tc_ASSIGNOP(t):
    t.OpType = op_Type.get(t.value)
    t.DataType = 'dt_OP'
    return t