[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
Re: [aspectj-users] compiler origin
|
- From: Wes Isberg <wes@xxxxxxxxxxxxxx>
- Date: Tue, 08 Jul 2003 00:57:10 -0700
- Delivered-to: aspectj-users@eclipse.org
- User-agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.4) Gecko/20030529
Volkmann, Mark wrote:
<snip>
Is the Eclipse compiler based on Jikes?
(This is really a question for the Eclipse JDT list, so
forgive me my mistakes...)
No, but some of the Jikes developers work on the Eclipse
compiler, and they use a similar parser generator. The
important thing is that it's Java compliant, incremental,
reasonably fast, and open-source.
Wes