xref: /netbsd/external/gpl3/gcc/dist/gcc/d/README.gcc (revision 81418a27)
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