[type] Parser [grammar] grammar T; a : 'a' 'b'* 'c' ; [start] a [input] ababbc [errors] """line 1:2 extraneous input 'a' expecting {'b', 'c'} """