Y
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
live_to_code
6169 days ago
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.
link
skybrian
6169 days ago
Yes, Javac is open source. You can't get any more official than that.
http://openjdk.java.net/groups/compiler/
link