Allow returning something of type void in a function that returns void
[delight/core.git] / dmd2 / readme.txt
blob159df6d497e7cbadebfc221835bb9eaa603e6411
2                 The D Programming Language
3                 Compiler Front End Source
4                 Copyright (c) 1999-2002, by Digital Mars
5                 www.digitalmars.com
6                 All Rights Reserved
9 This is the source code to the front end Digital Mars D compiler.
10 It covers the lexical analysis, parsing, and semantic analysis
11 of the D Programming Language defined in the documents at
12 www.digitalmars.com/d/
14 The optimizer, code generator, and object file generator are not part
15 of this source, hence the source does not currently constitute a complete,
16 compilable program. However, many people have expressed a strong interested
17 in producing a D compiler with the GNU compiler sources. This release should
18 enable that.
20 These sources are free, they are redistributable and modifiable
21 under the terms of the GNU General Public License (attached as gpl.txt),
22 or the Artistic License (attached as artistic.txt).
24 It does not apply to anything else distributed by Digital Mars,
25 including D compiler executables.
27 -Walter Bright