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