[type] Parser [grammar] grammar T; a : A {} ; A : 'b'+ 'c' ; [start] a [input] bbbbc [output] """bbbbc """