X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=doc%2Fc-sharp;h=ddf6844701f73790dda4c60efec685c56f340860;hb=6406fd73d7146977c6a16b12b2f8b258bc2d0813;hp=b6821d9ccbb660dc2b1cc892fd468cb62f4c9c76;hpb=4bea1529ce021a109412674323107e0be8b8faaf;p=mono.git diff --git a/doc/c-sharp b/doc/c-sharp index b6821d9ccbb..ddf6844701f 100644 --- a/doc/c-sharp +++ b/doc/c-sharp @@ -1,13 +1,15 @@ * MCS: The Ximian C# compiler - MCS is currently able to compile itself and many more C# - programs (there is a test suite included that you can use). - It is routinely used to compile Mono, roughly half a million - lines of C# code. - - We are in feature completion mode right now. There are still - a couple of areas that are not covered by the Mono compiler, but - they are very very few at this point (security attributes), + The Mono C# compiler is considered feature complete at this + point and relatively mature. MCS is able to compile itself + and many more C# programs (there is a test suite included that + you can use). It is routinely used to compile Mono, roughly + half a million lines of C# code. + +* Pending tasks + + There are a few known bugs in the Mono C# compiler, but + they are very very few at this point, you can also browse the MCS bugs from Bugzilla. A test suite is maintained to track the progress of @@ -18,7 +20,7 @@ Slides for the Mono C# Compiler presentation at .NET ONE are available here + href="http://primates.ximian.com/~miguel/slides-europe-nov-2002/Mono_C_Sharp_Overview_1007.sxi">here in StarOffice format. ** Obtaining MCS