Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2001-08-20 18:57:40 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-08-20 18:57:40 +0400
commitc634df75a341e8d06f614edcab6c6186505101cd (patch)
tree4ea70b86dd02a259355bdcfa31df213285e89677 /mcs/README
parent2f4757bcb84f3f9c3923dbe34ce907f03104108d (diff)
Add System.Web to the make process
Flush my changes to Component.cs Update mono.src Fix compiler report.cs class svn path=/trunk/mcs/; revision=513
Diffstat (limited to 'mcs/README')
-rwxr-xr-xmcs/README21
1 files changed, 20 insertions, 1 deletions
diff --git a/mcs/README b/mcs/README
index c4ef996c177..ea389e73fee 100755
--- a/mcs/README
+++ b/mcs/README
@@ -1,2 +1,21 @@
-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
+