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-07-06 05:11:07 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-07-06 05:11:07 +0400
commit0d8c27127739eb30f9f72d4fbf25ee996e4d9254 (patch)
tree760b2631aaa7c7d6d4b9870e951e951becfeaf97 /doc/status
parent3d6ecf40664c0e72e250e1628289279c2859b98a (diff)
Work on the web site
svn path=/trunk/mono/; revision=55
Diffstat (limited to 'doc/status')
-rw-r--r--doc/status7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/status b/doc/status
index c12fb88d80f..07bdfe040c8 100644
--- a/doc/status
+++ b/doc/status
@@ -3,6 +3,7 @@
Pieces of Mono that have been implemented:
+ <ul>
* C# compiler: The C# parser is pretty much complete,
it generates a parse tree and now semantic analysis and a few
compiler lever optimizations need to be implemented as well as
@@ -24,17 +25,19 @@
* Class Libraries: Only a few classes have been
implemented.
+ </ul>
Tasks on the critical path that we are actively working on:
- * Assembly mapper: Not implemented yet.
+ <ul>
+ * Method and Field resolution.
* Bytecode interpreter: Not implemented yet.
* Simple JIT: Not implemented yet.
* Garbage collection engine.
-
+ </ul>