diff trunk/README @ 804:9e6c6bb73e5f

Implemented visit methods for some type nodes. Added method SemanticPass2.search(). Added methods arrayOf() and arrayOf(Type) to class Type. Refactored ModuleScopeType. Added error msg UndefinedIdentifier. Added release.py.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sat, 08 Mar 2008 22:02:20 +0100
parents 9f61e8af55d5
children
line wrap: on
line diff
--- a/trunk/README	Fri Mar 07 11:46:56 2008 +0100
+++ b/trunk/README	Sat Mar 08 22:02:20 2008 +0100
@@ -11,8 +11,8 @@
 How To Compile dil
 ==================
 In order to compile dil you need to have:
- *) DMD 1.027 (http://www.digitalmars.com/d/1.0/changelog.html)
- *) Tango 0.99.4 (http://dsource.org/projects/tango/)
+ *) DMD 1.028 (http://www.digitalmars.com/d/1.0/changelog.html)
+ *) Tango 0.99.5 (http://dsource.org/projects/tango/)
  *) DSSS 0.71 (http://dsource.org/projects/dsss/)
 
 If you can't compile dil because you have a newer version of these programs