X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=web%2Fstatus;h=64948ba312ff61f762db9591ad365ca104a0c353;hb=57bb76d648c7bc42d55c9d30e46dacbe8abc6600;hp=c12fb88d80f15ef3cac41f2f0e6aadf9024e44fc;hpb=3d6ecf40664c0e72e250e1628289279c2859b98a;p=mono.git diff --git a/web/status b/web/status index c12fb88d80f..64948ba312f 100644 --- a/web/status +++ b/web/status @@ -1,42 +1,40 @@ * Project Status - - Pieces of Mono that have been implemented: - - * 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 - code generation. - - * Metadata library: can currently parse and load - information from .NET modules (executables and DLL - files). It has a few bugs outstanding (table - dimension computation is incorrect). - - Parsing of Exception tables is missing. - - It lacks Token to (Table, Index) mapping, but should - be trivial to write. - * Disassembler: Can disassemble .NET modules; It is - lacking Exception handling as well as useful debugging - tools (hex dumping, token dumping). - - * Class Libraries: Only a few classes have been - implemented. + Pieces of Mono that have been implemented: - Tasks on the critical path that we are actively working on: + -