DMD Front End Starter Kit

The dmdfe program consists of the Digital Mars D compiler front end with the backend hooks stubbed out. The goal is to make it easy to write tools that can parse and do basic semantics analysis on D code. The pre-built dmdfe program prints debugging information to the command window as it parses and performs the semantics analysis. A sample D file "mandel.d" is included to experiment with. Based on DMD version 0.119.

Download

The code and programs in this work are distributed under the GPL license.

For more info see http://www.digitalmars.com/d.
The DMDFE home-page is http://home.comcast.net/~benhinkle/dmdfe

Happy tooling!