dmd

所属分类:collect
开发工具:D
文件大小:0KB
下载次数:0
上传日期:2023-07-11 14:52:11
上 传 者sh-1993
说明:  dmd D编程语言编译器,
(dmd D Programming Language compiler,)

文件列表:
.azure-pipelines/ (0, 2023-12-20)
.azure-pipelines/lib.sh (3692, 2023-12-20)
.azure-pipelines/windows-artifact.yml (155, 2023-12-20)
.azure-pipelines/windows-msbuild.bat (4683, 2023-12-20)
.azure-pipelines/windows-visual-studio.sh (1608, 2023-12-20)
.azure-pipelines/windows-visual-studio.yml (458, 2023-12-20)
.azure-pipelines/windows.sh (7091, 2023-12-20)
.azure-pipelines/windows.yml (775, 2023-12-20)
.circleci/ (0, 2023-12-20)
.circleci/config.yml (585, 2023-12-20)
.circleci/run.sh (7293, 2023-12-20)
.cirrus.yml (2026, 2023-12-20)
.codecov.yml (1394, 2023-12-20)
.editorconfig (551, 2023-12-20)
.pre-commit-config.yaml (752, 2023-12-20)
CODEOWNERS (1537, 2023-12-20)
CONTRIBUTING.md (10520, 2023-12-20)
LICENSE.txt (1338, 2023-12-20)
Makefile (4293, 2023-12-20)
VERSION (14, 2023-12-20)
azure-pipelines.yml (1984, 2023-12-20)
changelog/ (0, 2023-12-20)
changelog/dmd.makefiles.dd (1371, 2023-12-20)
changelog/dmd.pragma.dd (243, 2023-12-20)
changelog/dmd.template-_d_newarratmT.dd (858, 2023-12-20)
changelog/druntime.makefiles.dd (519, 2023-12-20)
changelog/druntime.stdatomic.dd (535, 2023-12-20)
ci/ (0, 2023-12-20)
... ...

![dlang logo](https://dlang.org/images/dlogo.png) # DMD [![GitHub tag](https://img.shields.io/github/tag-date/dlang/dmd.svg?maxAge=86400&style=flat)](https://github.com/dlang/dmd/releases) [![Code coverage](https://img.shields.io/codecov/c/github/dlang/dmd.svg?maxAge=86400&style=flat)](https://codecov.io/gh/dlang/dmd) [![Bugzilla Issues](https://img.shields.io/badge/issues-Bugzilla-green.svg?style=flat)](https://issues.dlang.org/buglist.cgi?component=dmd&list_id=220151&product=D&resolution=---) [![license](https://img.shields.io/github/license/dlang/dmd.svg?style=flat)](https://github.com/dlang/dmd/blob/master/LICENSE.txt) [![Build status](https://img.shields.io/cirrus/github/dlang/dmd/master?label=Cirrus%20CI&logo=Cirrus%20CI)](https://cirrus-ci.com/github/dlang/dmd/master) [![CircleCI](https://img.shields.io/circleci/project/github/dlang/dmd/master.svg?style=flat&label=circleci&logo=circleci)](https://circleci.com/gh/dlang/dmd/tree/master) [![Build Status](https://dev.azure.com/dlanguage/dmd/_apis/build/status/Azure%20pipelines?branchName=master)](https://dev.azure.com/dlanguage/dmd/_build/latest?definitionId=1&branchName=master) [![Buildkite](https://img.shields.io/buildkite/01239dde8424d69809d08769015bbdb9b90d05082e534d2f82/master.svg?style=flat&logo=dependabot&label=buildkite)](https://buildkite.com/dlang/dmd)
--- **DMD** is the reference compiler for the D programming language. Releases, language specification and other resources can be found on the [homepage](https://dlang.org). Please refer to the guidelines for [bug reports](CONTRIBUTING.md#reporting-bugs) to report a problem or browse the list of open bugs. ### Overview This repository is structured into the following directories. Refer to their respective `README.md` for more in-depth information. | Directory | Description | |--------------------------------------|---------------------------------------------------| | [changelog](changelog) | changelog entries for the upcoming release | | [ci](ci) | CI related scripts / utilities | | [compiler](compiler) | root of all compiler (DMD/frontend) related code | | [compiler/src](compiler/src) | source code, build system and build instructions | | [compiler/test](compiler/test) | tests and testing infrastructure | | [compiler/docs](compiler/docs) | man pages and internal documentation | | [compiler/ini](compiler/ini) | predefined `dmd.conf` files | | [compiler/samples](compiler/samples) | Various code examples | | [druntime](druntime) | root of all runtime related code | For more general information regarding compiling, installing, and hacking on DMD, check the [contribution guide](CONTRIBUTING.md) and visit the [D Wiki](https://wiki.dlang.org/DMD). ### Nightlies Nightly builds based of the current DMD / Phobos `master` branch can be found [here](https://github.com/dlang/dmd/releases/tag/nightly).

近期下载者

相关文件


收藏者