generic type support

Andrew Haley aph@redhat.com
Mon Feb 24 15:20:00 GMT 2003


C. van Reeuwijk writes:
 > 
 > Since you're so negative about your current frontend, you may want to
 > take a look at the parser and frontend I did for my own static compiler
 > for a superset of Java. It is contains a clean yacc parser for
 > Java 2 1.4.
 > 
 > See <www.pds.twi.tudelft.nl/timber>

Thanks for this.

It's a good idea, even though I am allergic to yacc and had hoped
never to see another yacc parser as long as I live.  One of the
advantages of a hand written parser would be to get something we can
debug.

However, a more practical question: this code is GPL, but I don't know
if we can incorporate it into gcc without copyright assignment.  Maybe
someone who understands FSF policy could tell me.

Andrew.



More information about the Java mailing list