xref: /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/README.gcc (revision 2f62cc9c12bc202c40224f32c879f81443fee079)
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