DParser - D port of the DMD front end The D Programming Language Compiler Front End Source Copyright (c) 1999-2006, by Digital Mars www.digitalmars.com All Rights Reserved D conversion by J Duncan Project Trac: http://trac.dsource.org/projects/dparser/ DParser is a D language port of the the source code to the front end Digital Mars D compiler. It covers the lexical analysis, parsing, and semantic analysis of the D Programming Language defined in the documents at www.digitalmars.com/d/ These sources are free, they are redistributable and modifiable under the terms of the GNU General Public License (attached as gpl.txt), or the Artistic License (attached as artistic.txt). ========================================================================== current to DMD 0.169 currently the semantic pass is not completed, so it is only really useful for parsing right now. be aware this is still missing some utf and complex number code also this is largely untested todo: semantic pass need tests finish complex number support finish utf support ========================================================================== changes ========================================================================== 10/8/06 dparser 0.169 - updated to dmd 0.169 dparser 0.168 - updated to dmd 0.168 9/19/06 dparser 0.167 - updated to dmd 0.167 dparser 0.166 - updated to dmd 0.166 dparser 0.149 - updated to dmd 0.149 - added ddoc code - bugfixes