Difference between revisions of "DIL"
(More about DIL) |
(Change page from discontinued Google Code to github) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | '''DIL''' is a hand-crafted compiler implementation for the D programming language written in D v2 using the [http://dsource.org/projects/tango Tango] standard library. The lexer and the parser are fully implemented. Semantic analysis is being worked on. The backend will most probably be [http://llvm.org/ LLVM]. | |
− | |||
− | + | ||
+ | [[Category: Experimental compilers]] | ||
+ | [[Category:Tango]] | ||
+ | |||
+ | ==External links== | ||
+ | [https://github.com/azizk/dil DIL github page] |