Difference between revisions of "DIL"

From D Wiki
Jump to: navigation, search
(More about DIL)
(No difference)

Revision as of 12:18, 28 November 2012

DIL

URL: http://code.google.com/p/dil/

DIL is a hand-crafted compiler implementation for the D programming language written in D v2 using the Tango standard library. The lexer and the parser are fully implemented. Semantic analysis is being worked on. The backend will most probably be LLVM.