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>2010-07-14 02:03:59 +0400
committerMiguel de Icaza <miguel@gnome.org>2010-07-14 02:03:59 +0400
commit3ebe73571f8e478243e19bfcb3d1cce474ef994f (patch)
treecf1567a7c1cd32f5797833e06a2dab9b44235fbf /mcs/README
parent036d57bd7ed6059698137146305b6a5a828519a4 (diff)
Update
svn path=/trunk/mcs/; revision=160318
Diffstat (limited to 'mcs/README')
-rw-r--r--mcs/README9
1 files changed, 2 insertions, 7 deletions
diff --git a/mcs/README b/mcs/README
index fa6268f59b3..2a64e0f6ef6 100644
--- a/mcs/README
+++ b/mcs/README
@@ -1,4 +1,4 @@
-This contains code written in C# of Mono, it contains:
+This contains the C# components of the Mono project.
* Compilers written in C#
@@ -22,16 +22,11 @@ package module which drives the compilation of this directory.
errors/
Sample programs that should generate errors by the C# compiler.
- gmcs/
-
- The Mono C# compiler with Generics support. This will
- become the default in Mono 2.0.
-
jay/
Yacc-based parser generator.
mcs/
- The Mono C# compiler (1.0 + 2.0 minus generics).
+ The Mono C# compiler
tests/
Regression test suite for the C# compiler