ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
So that instead of class ReportGrammarLexer it will generate class EXPORT_TOKEN ReportGrammarLexer ?
It's possible to do it with sed, but I remember grpc generator having an option like that so I am wondering if I am missing something.
So that instead of
class ReportGrammarLexer
it will generateclass EXPORT_TOKEN ReportGrammarLexer
? It's possible to do it with sed, but I remember grpc generator having an option like that so I am wondering if I am missing something.