Open
Description
To create a parser, you have to create about 5 different objects, most of which are not referenced again. That's quite cumbersome. Maybe a *Recognizer
class could be generated which automatically creates the *Parser
, *Lexer
, and CommonTokenStream
, and provides accessors for them, in case you need them.