Mercurial > projects > ldc
annotate readme.txt @ 1638:0de4525a9ed6
Apply workaround for #395 by klickverbot.
author | Christian Kamm <kamm incasoftware de> |
---|---|
date | Mon, 08 Mar 2010 20:06:08 +0100 |
parents | 7b6f066ba869 |
children |
rev | line source |
---|---|
kamm@663 | 1 LLVM D Compiler (LDC) |
lindquist@5 | 2 |
kamm@478 | 3 This compiler is based on the Digital Mars D (DMD) compiler frontend, and |
kamm@478 | 4 the LLVM compiler toolkit. See LICENSE for licensing information. |
lindquist@5 | 5 |
kamm@663 | 6 For more information, including build instructions, visit the LDC website: |
lindquist@5 | 7 |
fvbommel@1469 | 8 http://www.dsource.org/projects/ldc |