GithubHelp home page GithubHelp logo

laeeth / gdc Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 6.91 MB

GNU D Compiler mirror

Shell 0.08% C 0.12% D 95.15% Makefile 1.02% C++ 3.44% Objective-C 0.01% DTrace 0.01% M4 0.11% Assembly 0.08%

gdc's Introduction

Build Status

What is GDC?

GDC is a GPL implementation of the D compiler which integrates the open source D front end with GCC.

The GNU D Compiler (GDC) project was originally started by David Friedman in 2004 until early 2007 when he disappeared from the D scene, and was no longer able to maintain GDC. Following a revival attempt in 2008, GDC is now under the lead of Iain Buclaw who has been steering the project since 2009 with the assistance of its contributors, without them the project would not have been nearly as successful as it has been.

Documentation on GDC is available from the wiki. Any bugs or issues found with using GDC should be reported at our bugzilla site. For help with GDC, the D.gnu mailing list is the place to go with questions or problems.

Work is currently under way to merge GDC into a future release of GCC. Assistance of any sort during this time would be invaluably appreciated. Feel free to contact via email or join in at #d.gdc on FreeNode.

Checking out GCC

The GCC submodule was initially created using the following command.

git submodule add --depth 1 -b master https://github.com/gcc-mirror/gcc.git gcc

For newly cloned repositories, this command below obtains GCC sources. If it fails, then increase depth until it succeeds.

git submodule update --init --depth 50 gcc

To update to latest GCC trunk, use the following command.

git submodule update --remote --depth 1 gcc

Building

The master branch of this project closely follows GCC development branch, which if you intend to use GDC for production applications, is likely not the version of GCC you want to build against. For versions of GDC releases, obtain sources from GCC downloads site.

gdc's People

Contributors

ibuclaw avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.