svoid surroundTokenRangeInRoundBrackets(LS tok, int i, int j) { tokPrepend(tok, i | 1, "("); tokAppend(tok, j & ~1, ")"); }