Giter VIP home page Giter VIP logo

tgehr / opend Goto Github PK

View Code? Open in Web Editor NEW

This project forked from opendlang/opend

0.0 0.0 0.0 300.72 MB

License: Boost Software License 1.0

Shell 0.18% JavaScript 0.02% C++ 5.90% Python 0.04% C 2.54% PHP 0.02% Emacs Lisp 0.01% Objective-C 0.01% R 0.01% D 85.63% Assembly 0.04% CSS 0.04% Makefile 0.17% HTML 5.17% CMake 0.19% Inno Setup 0.01% DTrace 0.01% Batchfile 0.01% Dockerfile 0.01% Roff 0.01%

opend's Introduction

This is the OpenD Programming Language compiler, originally based on Walter Bright's D Programming Language.

This repo contains a Digital Mars based compiler, a LLVM based compiler, the unified runtime, and portions of the standard library.

See: https://docs.github.com/en/get-started/using-git/about-git-subtree-merges

ldc and phobos are both subtrees from upstream.

Quick start

mkdir opend_workspace

git clone [email protected]:opendlang/opend.git
cd opend && make && cd ..
// build Phobos
cd phobos && make && cd ../..

ln -s opend/phobos
alias odmd=opend/generated/linux/release/64/dmd

echo "import std.stdio; void main() { writeln(\"Hello OpenD!\");}" > hello_opend.d
odmd hello_open.d
./hello_opend

opend's People

Contributors

walterbright avatar 9rnsr avatar dlang-bot avatar martinnowak avatar kinke avatar yebblies avatar andralex avatar ibuclaw avatar dnadlinger avatar wilzbach avatar adamdruppe avatar redstar avatar 9il avatar rainers avatar razvann7 avatar braddr avatar thewilsonator avatar geod24 avatar moonlightsentinel avatar andrejmitrovic avatar jmdavis avatar dkorpel avatar cybershadow avatar johanengelen avatar complexmath avatar dmitryolshansky avatar monarchdodra avatar jackstouffer avatar lindquist avatar jinshil 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.