diff druntime/readme.txt @ 759:d3eb054172f9

Added copy of druntime from DMD 2.020 modified for LDC.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Tue, 11 Nov 2008 01:52:37 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/druntime/readme.txt	Tue Nov 11 01:52:37 2008 +0100
@@ -0,0 +1,10 @@
+	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.