DMD Front End 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. The code and programs in this work are distributed under the GPL license. The file gpl.txt has more information. For more info see http://www.digitalmars.com/d http://home.comcast.net/~benhinkle/dmdfe Happy tooling!