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