find_op
while (op = find_op(token, mulops)) {
while (op = find_op(token, addops)) {
while (op = find_op(token, compareops)) {