<S> = timestamp newline coaches
timestamp = #'\d+'
coaches = coach (<','> coach )+ newline
<coach> = #'\d+' | 'x'
<newline> = <'\n'>
