sbool tok_tokenLeftOfExpression(LS tok, int i) { ret eqGetOneOf(tok, i, "(", "=", ",") || isIdentifier(get(tok, i); }