Difference between revisions of "SDC"
UplinkCoder (talk | contribs) (→SDC - The Stupid D Compiler) |
m (mediawiki list format) |
||
Line 8: | Line 8: | ||
Missinng features include : | 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 06:07, 11 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