[type]
Lexer

[grammar]
lexer grammar L;
A : 'a' EOF ;
B : 'a';
C : 'c';

[input]


[output]
"""[@0,0:-1='<EOF>',<-1>,1:0]
"""

