status 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. * Project Status
  2. Pieces of Mono that have been implemented:
  3. <ul>
  4. * C# compiler: The C# parser can now generate parse
  5. trees. Next up: semantic analysis, compiler lever optimizations
  6. and code generation.
  7. * Metadata library: Can currently parse and load
  8. information from .NET modules (executables and DLL
  9. files).
  10. Parsing of Exception tables is missing.
  11. * Disassembler: Can disassemble .NET modules. Still
  12. lacking exception handling as well as useful debugging
  13. tools (hex dumping, token dumping).
  14. * Class Libraries: You can check the current status in the
  15. <a href="class-status.html">Class Status page</a>
  16. </ul>
  17. Tasks on the critical path:
  18. <ul>
  19. * Bytecode interpreter: (Paolo is working on this).
  20. * Simple JIT: Not implemented yet (Miguel is
  21. researching the code-generator generator)
  22. * Garbage collection engine (Dick is working on this, his contact is <a
  23. href="mailto:[email protected]">[email protected]</a>
  24. </ul>
  25. If you want to work on any task here, please mail <a
  26. href="mailto:[email protected]">[email protected]</a>