diff options
Diffstat (limited to 'development/d-tools/README')
-rw-r--r-- | development/d-tools/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/development/d-tools/README b/development/d-tools/README index 6debf44601b9..4bab43bb34ea 100644 --- a/development/d-tools/README +++ b/development/d-tools/README @@ -6,6 +6,7 @@ The following tools are included: * ddemangle - D symbol demangler. * rdmd - D build tool. * dustmite - Test case minimization tool. +* D-Scanner - Swiss-army knife for D source code. By default DMD is used to build all tools but you can build them with GDC as well. DMD is not required in this case. Specify $DC variable for that: |