public void SemErr(string msg) { if (errDist >= minErrDist) { errors.SemErr(t.line, t.col, msg); } errDist = 0; }