private ErrorExpression Error(string verbatimImage = null, Expression preceeding = null) { var res = new ErrorExpression(verbatimImage, preceeding); res.SetLoc(GetStart(), GetEnd()); return res; }