Creating a .NET compiler

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

There are several third party .NET compilers out there at the market. This proves that it is possible to write a compiler for .NET and I am really interested in creating compilers. Now the question is that how can I generate the MSIL output and write an executable file (.exe or .dll for example). How is it possible to create a managed assembly dynamically at run-time

Thanks in advance
Homayoon
 
Back
Top