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