[type] Parser [grammar] grammar T; a : 'a' x='b' {} 'c' ; [start] a [input] ac [output] """conjured=[@-1,-1:-1='',<2>,1:1] """ [errors] """line 1:1 missing 'b' at 'c' """