|
Revision 189, 0.8 kB
(checked in by braddr, 3 years ago)
|
add property svn:eol-style = native to all files
|
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
The D Programming Language |
|---|
| 2 |
Compiler Front End Source |
|---|
| 3 |
Copyright (c) 1999-2009, by Digital Mars |
|---|
| 4 |
http://www.digitalmars.com |
|---|
| 5 |
All Rights Reserved |
|---|
| 6 |
|
|---|
| 7 |
|
|---|
| 8 |
This is the source code to the front end Digital Mars D compiler. |
|---|
| 9 |
It covers the lexical analysis, parsing, and semantic analysis |
|---|
| 10 |
of the D Programming Language defined in the documents at |
|---|
| 11 |
http://www.digitalmars.com/d/ |
|---|
| 12 |
|
|---|
| 13 |
These sources are free, they are redistributable and modifiable |
|---|
| 14 |
under the terms of the GNU General Public License (attached as gpl.txt), |
|---|
| 15 |
or the Artistic License (attached as artistic.txt). |
|---|
| 16 |
|
|---|
| 17 |
The optimizer and code generator sources are |
|---|
| 18 |
covered under a separate license, backendlicense.txt. |
|---|
| 19 |
|
|---|
| 20 |
It does not apply to anything else distributed by Digital Mars, |
|---|
| 21 |
including D compiler executables. |
|---|
| 22 |
|
|---|
| 23 |
-Walter Bright |
|---|