tunnelvisionlabs / antlr4

The highly-optimized fork of ANTLR 4 (see README)
Other
73 stars 12 forks source link

Remove state variable ParserFactory.ruleFunctions #49

Open sharwell opened 5 years ago

sharwell commented 5 years ago

https://github.com/tunnelvisionlabs/antlr4/blob/f3510fd494554185cc641257ef437c80443e8beb/tool/src/org/antlr/v4/codegen/ParserFactory.java#L63

This field can likely be removed once this is addressed:

https://github.com/tunnelvisionlabs/antlr4/blob/f3510fd494554185cc641257ef437c80443e8beb/tool/src/org/antlr/v4/codegen/model/InvokeRule.java#L44