-
Notifications
You must be signed in to change notification settings - Fork 38
Home
Virgile Bello edited this page Aug 26, 2014
·
5 revisions
Welcome to the SharpLang wiki!
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