parse_table_st: +------------------+ | table[0] | <- INTVAL(1) | type: EX_INTVAL| | intval.value: 1| +------------------+ | table[1] | <- OPER2(+) | type: EX_OPER2 | | oper2.left ----+--> table[0] | oper2.right ---+--> table[1] +------------------+ | table[2] | <- INTVAL(2) | type: EX_INTVAL| | intval.value: 2| +------------------+ | len = 3 | +------------------+
TK_ANY
get(-1)