Difference between revisions of "SDC"

From D Wiki
Jump to: navigation, search
(SDC - The Stupid D Compiler)
(SDC - The Stupid D Compiler)
Line 1: Line 1:
 
== SDC - The Stupid D Compiler ==
 
== SDC - The Stupid D Compiler ==
  
The Stupid D Compiler Project is devoted to devlop a ''sane'' compiler for the d programming language.
+
The 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 frontend (libd) is completly coded in readadble ideomatic D.
  
 
This project is still under development.
 
This project is still under development.
 +
 +
Missinng features include :
 +
 +
- AA's
 +
- AA Literals
 +
- ArrayLiterals
 +
- Slices
 +
- Interfaces
 +
- FloatingPoint stuff
  
  
 
URL: https://github.com/deadalnix/SDC
 
URL: https://github.com/deadalnix/SDC

Revision as of 14:41, 10 November 2014

SDC - The Stupid D Compiler

The 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.

This project is still under development.

Missinng features include :

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


URL: https://github.com/deadalnix/SDC