Difference between revisions of "DIL"
(More about DIL) |
m (→DIL) |
||
Line 3: | Line 3: | ||
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]. | 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:Compiler]] | ||
+ | [[Category:Tango]] |
Revision as of 21:34, 12 January 2014
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.