xref: /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/README.gcc (revision d16b7486a53dcb8072b60ec6fcb4373a2d0c27b7)
1The files in the dmd subdirectory are part of the front-end for the
2Digital Mars D compiler, hosted at https://github.com/dlang/dmd/.
3
4They cover the lexical analysis, parsing, and semantic analysis of the
5D Programming Language defined in the documents at https://dlang.org/.
6
7To report a problem or look up known issues with the dmd front-end,
8please visit the issue tracker at https://issues.dlang.org/.
9
10All changes to dmd should go through the upstream repository first,
11then merged back to GCC.
12