comparison trunk/README @ 777:9f61e8af55d5

Added module dil.Compilation. Added predefined ID 'startaddress'. Added keyword 'nothrow'.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Wed, 20 Feb 2008 01:24:19 +0100
parents 5197bd351e5f
children 9e6c6bb73e5f
comparison
equal deleted inserted replaced
776:580d4ca9f1ff 777:9f61e8af55d5
9 This software is a compiler written in D for the D programming language. 9 This software is a compiler written in D for the D programming language.
10 10
11 How To Compile dil 11 How To Compile dil
12 ================== 12 ==================
13 In order to compile dil you need to have: 13 In order to compile dil you need to have:
14 *) DMD 1.024 (http://www.digitalmars.com/d/1.0/changelog.html) 14 *) DMD 1.027 (http://www.digitalmars.com/d/1.0/changelog.html)
15 *) Tango 0.99.4 (http://dsource.org/projects/tango/) 15 *) Tango 0.99.4 (http://dsource.org/projects/tango/)
16 *) DSSS 0.71 (http://dsource.org/projects/dsss/) 16 *) DSSS 0.71 (http://dsource.org/projects/dsss/)
17 17
18 If you can't compile dil because you have a newer version of these programs 18 If you can't compile dil because you have a newer version of these programs
19 then please report the problem to me (see Bugs section.) 19 then please report the problem to me (see Bugs section.)