[type] Lexer [grammar] lexer grammar L; A : ["a-z]+ {} ; WS : [ \n\t]+ -> skip ; [input] b"a [output] A [@0,0:2='b"a',<1>,1:0] [@1,3:2='',<-1>,1:3]