How can I get the the unrecognized Token in an ANTLRErrorListener for a Lexer?
I have a lexer, generated with ANTLR. What I try to achive is to handle an error during lexing in case of an not recognized token.
I have a lexer, generated with ANTLR. What I try to achive is to handle an error during lexing in case of an not recognized token.