sbool tok_isAssignment(LS tok, int i) { if (!eqGet(tok, i, "=")) false; if (nempty(get(tok, i+1))) true; if (eqGet(tok, i+2, "=")) false; true; }