grammar updates
[mono.git] / web / c-sharp
index 9d3499732e64f6a149864fee0e725613634228cc..ddf6844701f73790dda4c60efec685c56f340860 100644 (file)
@@ -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 <a href="http://bugzilla.ximian.com/buglist.cgi?product=Mono%2FMCS&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&changedin=&chfieldfrom=&chfieldto=Now&chfieldvalue=&short_desc=&short_desc_type=substring&long_desc=&long_desc_type=substring&bug_file_loc=&bug_file_loc_type=substring&keywords=&keywords_type=anywords&op_sys_details=&op_sys_details_type=substring&version_details=&version_details_type=substring&cmdtype=doit&newqueryname=&order=Reuse+same+sort+as+last+time&form_name=query">bugs</a> from Bugzilla.
 
        A test suite is maintained to track the progress of