Hacker News new | ask | show | jobs
by adatta02 6169 days ago
Eclipse has the JDT package which gives you access to the parser that Eclipse uses internally.
1 comments

Ah; this is closest to what I want; though if I can use the Sun one Sun uses for javac, it'd be even better.
Yes, Javac is open source. You can't get any more official than that. http://openjdk.java.net/groups/compiler/