No description
Find a file
2024-10-01 10:42:06 +02:00
readme.md Initial commit 2024-10-01 10:42:06 +02:00

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