ldc/ddmd
Johan Engelen 63887f662f Fix typo.
2016-07-02 17:08:48 +02:00
..
root
access.d
aggregate.d
aggregate.h
aliasthis.d
aliasthis.h
apply.d
argtypes.d
arrayop.d
arraytypes.d
arraytypes.h
attrib.d
attrib.h
backend.d
builtin.d
canthrow.d
clone.d
complex.d
complex_t.h
cond.d
cond.h
constfold.d
cppmangle.d
ctfe.h
ctfeexpr.d
dcast.d
dclass.d
declaration.d
declaration.h
delegatize.d
denum.d
dimport.d
dinifile.d
dinterpret.d
dmacro.d
dmangle.d
dmodule.d
doc.d
dscope.d
dstruct.d
dsymbol.d
dsymbol.h
dtemplate.d
dversion.d
entity.d
enum.h
errors.d
errors.h
escape.d
expression.d
expression.h
func.d
globals.d
globals.h
gluelayer.d
hdrgen.d
hdrgen.h
hooks.d
identifier.d
identifier.h
idgen.d
impcnvtab.d
imphint.d
import.h
init.d
init.h
inline.d
intrange.d
intrange.h
json.d
json.h
ldcbindings.d
ldcbindings.h
lexer.d
macro.h
mars.d
mars.h
module.h
mtype.d
mtype.h
nogc.d
nspace.d
nspace.h
objc.d
objc.h
opover.d
optimize.d
parse.d
readme.txt
sapply.d
scope.h
sideeffect.d
statement.d
statement.h
staticassert.d
staticassert.h
SYSCONFDIR.imp
target.d
target.h
template.h
tokens.d
tokens.h
traits.d
utf.d
version.h
visitor.d
visitor.h

		The D Programming Language
		Compiler Front End Source
		Copyright (c) 1999-2014, by Digital Mars
		http://www.digitalmars.com/
		All Rights Reserved


This is the source code to the front end Digital Mars D compiler.
It covers the lexical analysis, parsing, and semantic analysis
of the D Programming Language defined in the documents at
http://dlang.org/

These sources are free, they are redistributable and modifiable
under the terms of the Boost Software License, Version 1.0.
The terms of this license are in the file boostlicense.txt,
or see http://www.boost.org/LICENSE_1_0.txt.

The optimizer and code generator sources are 
covered under a separate license, backendlicense.txt.

It does not apply to anything else distributed by Digital Mars,
including D compiler executables.

-Walter Bright