protected ExceptParser(ExceptParser other, ParserCloneArgs args) : base(other, args) { Except = args.Clone(other.Except); }