Code Monkey home page Code Monkey logo

dil's Introduction

DIL

Copyright (c) 2007-2014 by Aziz Köksal [email protected] This program is free software, licensed under the GPL3. Please, read the license file "COPYING" for further information.

Description

This software is a command line utility, a compiler written in D v2 for the D programming language supporting versions 1.0 and 2.0.

Status

  • Lexing: [░░░99%░░░░]
  • Parsing: [░░░99%░░░░]
  • Doc gen: [░░░80%░░░ ]
  • Semantics: [░░  20%   ]
  • Code gen: [    0%    ]

Installation

Download and install from:

  • *.deb files for Debian-based Linux distributions.
  • Compressed archives.
    After extracting an archive, you can simply run DIL. No extra configuration needed (except, you might want to add the binary dir to your PATH variable.)

Not available yet:

  • Windows installer.

Contributing

If you are interested in contributing code to this project, you have to be in agreement with two conditions:

  1. You must adhere to the coding guidelines.
  2. Code that you submit is considered to be under a liberal/compatible license. For now, this license is "Public Domain" until I think of a more suitable and agreeable one very soon. This allows me to possibly change the license of the whole project in the future without having to ask every single person for permission. Reasonable exceptions can be made.

How To Compile DIL

In order to compile DIL you must have:

Newer versions of these tools may not compile DIL. The newest version of DMD or Tango is not always used, because of regressions or unavoidable bugs.

Compile With Python

Note: The binary is placed in the bin/ folder.

Change to the root directory of DIL. E.g.:

$ cd git/dil/

Print help.

$ scripts/build.py -h

Compile a release binary.

$ scripts/build.py

Compile a debug binary.

$ scripts/build.py --debug

Pass additional parameters to the compiler like this:

$ scripts/build.py -- -L-L/path/to/Tango/lib -L-ltango-dmd

On Windows you probably have to call python explicitly.

> python scripts\build.py

Run like this:

  • On Linux:

    $ bin/dil
    
  • On Windows:

    > bin\dil.exe
    

Executing DIL without parameters will print the main help message.

The language of the compiler messages can be set in the configuration file. Many messages are still untranslated. This task has low priority at the moment.

Bugs And Patches

Users can report problems with this software or submit patches by:

dil's People

Contributors

azizk avatar miasma avatar dnadlinger avatar siegelord avatar jarrettbillingsley avatar mwarning avatar

Stargazers

Mr.shandou avatar

Watchers

James Cloos avatar Mr.shandou 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.