2002-02-26 Duncan Mak <duncan@ximian.com>
[mono.git] / mcs / README
index c4ef996c17737d6c72150d35d0726c03c3cedba0..c3d344552c28e245965f95e1b51ead147aa69b32 100755 (executable)
@@ -1,2 +1,23 @@
 
-This is the Ximian MCS C# compiler written in C#
\ No newline at end of file
+This contains the Mono C# compiler as well as the Mono runtime
+library.
+
+Layout:
+
+       class/
+               Class libraries
+
+       errors/
+               Sample programs that should generate errors by the compiler.
+
+       jay/
+               Yacc-based parser generator.
+
+       mcs/
+               The Mono C# compiler
+
+       tests/
+               Sample tests 
+
+Thanks a lot to Sergey Chaban for his help during the development of
+the C# compiler.