From: walter Date: Mon, 13 Oct 2008 00:47:05 +0000 (+0000) Subject: update readme.txt X-Git-Url: https://git.llucax.com/software/druntime.git/commitdiff_plain/c0befc15725222f67db8b543d820fb1ac1645357 update readme.txt git-svn-id: http://svn.dsource.org/projects/druntime/trunk@23 4a9d5153-6564-4b3f-b5e1-7e8e9dac548f --- diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000..8fd212d --- /dev/null +++ b/readme.txt @@ -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.