static int tok_skipAnnotations(LS tok, int i) { while (eqGet(tok, i, "@") && isIdentifier(get(tok, i+2))) i += 4; ret i; }