sS tok_dropStuffInRoundBrackets(S s) { LS tok = javaTokWithBrackets(s); for (i = 1; i < l(tok); i += 2) if (isRoundBracketed(tok.get(i))) tok.set(i, ""); ret join(simpleSpaces2(tok))); }