I can offer you my former little parser project based on ANTLR v3:
https://github.com/progician/d-antlr-grammar

I originally written to replace the parser in DDT as the DDT parser originally is Descent, which in turn is a trans-coded bit from the D compiler.


On 1 May 2013 10:26, Jacob Carlborg <doob@me.com> wrote:
On 2013-05-01 05:52, Jeremy Powers wrote:
Spent some time a couple months ago hacking on a D plugin for IntelliJ.
  Haven't gotten very far, but did result in a working lexer.  My day
job got significantly crazier, so haven't had a chance to work on it lately.

Wanted to have quite a bit more done before releasing into the wild, but
thought I'd throw something out there before I head out the door to Dconf.

On github:

https://github.com/elendel-/intelliD


It started out as a rewrite of the mono-d lexer, though ended up
reorganizing/rewriting things a bit as I went along.  Whole thing is
'licensed' in the public domain, so hopefully someone will find it useful.

You should post to the announce group as well. More people will see it there.

--
/Jacob Carlborg



--
Gyula Gubacsi / progician