class YARP::ParseResult

def with_source(source)

given source.
Construct a new ParseResult with the same internal values, but with the
def with_source(source)
  ParseResult.new(value, comments, errors, warnings, source)
end