@top T { (x | y)+ }

@tokens {
  x { "x"+ }

  y { "x" "y"* }
}

//! Overlapping tokens
