On Mon, Apr 4, 2011 at 9:05 PM, Steven Schveighoffer <schvei...@yahoo.com> wrote: > On Mon, 04 Apr 2011 14:51:02 -0400, Aleksandar Ružičić > <ruzicic.aleksan...@gmail.com> wrote: > >> On Mon, Apr 4, 2011 at 8:11 PM, Bruno Medeiros >> <brunodomedeiros+spam@com.gmail> wrote: >>> >>> BTW, I wanna thank for this work (current and upcoming), it is likely >>> useful >>> for other IDE projects as well ;) >>> >> >> Ditto. >> >> I have started work on D language support for NetBeans (IMHO it's MUCH >> better editor than Eclipse) and started to write grammar for javaCC, >> but since there is ongoing work on ANTLR parser I'll wait for that to >> be done and integrate it into plugin I'm working on. :) > > I would absolutely love NetBeans support for D. > > -Steve >
Me too, so when I realized that no such project exists I've decided to write it my self (after all I write Java for few year now so I feel comfortable with it) but I knew that writing parser will take me most time and effort so it's great to see someone decided to write parser/grammar for ANTLR which can be used by other projects (in that way few IDEs could share same parser and focus on other parts of an IDE).