Difference between revisions of "DIL"

From D Wiki
Jump to: navigation, search
m (DIL)
(Change page from discontinued Google Code to github)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
== DIL ==
+
'''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].
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 [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:Compiler]]
 
 
[[Category:Tango]]
 
[[Category:Tango]]
 +
 +
==External links==
 +
[https://github.com/azizk/dil DIL github page]

Latest revision as of 07:03, 13 January 2018

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