Difference between revisions of "SDC"

From D Wiki
Jump to: navigation, search
(SDC - The Stupid D Compiler)
m (SDC - The Stupid D Compiler)
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
== SDC - The Stupid D Compiler ==
 
== SDC - The Stupid D Compiler ==
  
The Stupid D Compiler Project is devoted to develop a ''sane'' compiler for the d programming language.
+
The [https://github.com/deadalnix/SDC Stupid D Compiler Project] is devoted to develop a ''sane'' compiler for the d programming language.
The frontend (libd) is completly coded in readadble ideomatic D.
+
The front-end (libd) is completely coded in readable idiomatic D.
  
 
This project is still under development.
 
This project is still under development.
  
Missinng features include :  
+
Missing features include :  
  
- AA's
+
* AA's
  
- AA Literals
+
* AA Literals
  
- ArrayLiterals
+
* ArrayLiterals
  
- Slices
+
* Slices
  
- Interfaces
+
* Interfaces
  
- FloatingPoint stuff
+
* FloatingPoint stuff
  
  
URL: https://github.com/deadalnix/SDC
+
[[Category: Experimental compilers]]

Revision as of 23:14, 10 May 2016

SDC - The Stupid D Compiler

The Stupid D Compiler Project is devoted to develop a sane compiler for the d programming language. The front-end (libd) is completely coded in readable idiomatic D.

This project is still under development.

Missing features include :

  • AA's
  • AA Literals
  • ArrayLiterals
  • Slices
  • Interfaces
  • FloatingPoint stuff