What is the language of this grammar?



S-> xSS | y
L(G) = ?

I only know the number of y is 1 more than the number of x, and y is
the ending character.
How do I describe it?

Thanks for the help!

.