DIL

From D Wiki
Revision as of 07:03, 13 January 2018 by D user (talk | contribs) (Change page from discontinued Google Code to github)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.

External links

DIL github page