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