[antlr-interest] How about migrating java generated code to java 5

Prashant Deva prashant.deva at gmail.com
Tue Feb 22 06:30:54 PST 2005


I get a whole bunch of warnings in eclipse 3.1 for the antlr generated
files not being java 5 compliant. So how about changing the code
generator so that it can generate java 1.5 compliant code?

It would provide much better type safety in our programs, for instance
, if the token types were kept in an enum instead of an interface
definition.

PRASHANT


More information about the antlr-interest mailing list