示例#1
0
 public static IParseResult Move(this IParseResult result, int position)
 {
     return(result.Offset(position - result.Start));
 }