view druntime/readme.txt @ 760:6f33b427bfd1

Seems like hg ignores .di files, so I missed a bunch of stuff. complete druntime should be there now :)
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Wed, 12 Nov 2008 00:19:18 +0100
parents d3eb054172f9
children
line wrap: on
line source

	Druntime

The source code repository for druntime is: http://dsource.org/projects/druntime

Druntime is the minimum library required to support the D programming
language. It includes the system code required to support the garbage collector,
associative arrays, exception handling, array vector operations,
startup/shutdown, etc.

Druntime forms a common layer underlying the Phobos and Tango user libraries.