Skip to content
Virgile Bello edited this page Aug 26, 2014 · 5 revisions

Welcome to the SharpLang wiki!

Recent progress

With a few changes (not committed yet), I could convert 100% of Mono mscorlib.dll!

Of course that doesn't mean code work. I know these features are not properly implemented yet:

  • Arglist (codegen + API)
  • Ldtoken/Ldfld (need reflection API?)
  • String (need to decide between UTF8/UTF16, and also how to layout it -- additional indirection or not?)
  • Filter and Fault clauses in exception
  • Conversion overflow opcodes
  • GC
  • PInvoke
  • Marshalling
Clone this wiki locally