This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: generic type support


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]