No description
readme.md |
The mdc is a modern reimplementation of the dlang language, including an optimizing compiler, package manager & registry.
Goals:
- create an implementation of dlang, without any old code, using modern constructs and language features
- deprecating and timely removing of deprecated language constructs & syntax
- well documented and structured code to make work on the compiler easier trough others
- modularized so that every component can be used (nearly) on it's own