annotate README @ 806:bcb74c9b895c

Moved out files in the trunk folder to the root.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sun, 09 Mar 2008 00:12:19 +0100
parents trunk/README@9e6c6bb73e5f
children 84f562d75053
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
630
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
1 dil
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
2 ===
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
3 Copyright (c) 2008 by Aziz Köksal <aziz.koeksal@gmail.com>
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
4 This program is free software, licensed under the GPL3.
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
5 Please, read the license file, COPYING, for further information.
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
6
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
7 Description
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
8 ===========
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
9 This software is a compiler written in D for the D programming language.
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
10
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
11 How To Compile dil
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
12 ==================
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
13 In order to compile dil you need to have:
804
9e6c6bb73e5f Implemented visit methods for some type nodes.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents: 777
diff changeset
14 *) DMD 1.028 (http://www.digitalmars.com/d/1.0/changelog.html)
9e6c6bb73e5f Implemented visit methods for some type nodes.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents: 777
diff changeset
15 *) Tango 0.99.5 (http://dsource.org/projects/tango/)
630
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
16 *) DSSS 0.71 (http://dsource.org/projects/dsss/)
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
17
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
18 If you can't compile dil because you have a newer version of these programs
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
19 then please report the problem to me (see Bugs section.)
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
20
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
21 Before you run dil, make sure that the executable can find config.d and
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
22 lang_en.d (which are located in trunk/src/.)
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
23 The language can be configured in config.d.
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
24
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
25 Bugs And Patches
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
26 ================
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
27 "errare humanum est, ignoscere divinum" - to err is human, to forgive divine.
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
28 - Cicero
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
29
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
30 Users can report problems with this software or submit patches by:
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
31 *) contacting me: aziz.koeksal@gmail.com
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
32 *) filing a bug report here: http://code.google.com/p/dil/issues/list