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