Creating a .NET compiler

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top