[type]
Parser

[grammar]
grammar T;
a : 'a' 'b' 'c' ;

[start]
a

[input]
ac

[errors]
"""line 1:1 missing 'b' at 'c'
"""

