[type] Parser [grammar] grammar T; a : t=~('x'|'y') 'z' {} ; [start] a [input] zz [output] """z """