.Net compiler for some language

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

Guest

Hello All,
We are going to implement a .Net compiler for some language. Where can we find the necessary information?

Sincerely,
Anatoly Medyntsev
 
We are going to implement a .Net compiler for some language. Where can we find the necessary information?

In the .NET Framework SDK's "Tool Developers Guide" folder. You may
also want to subscribe to this mailing list

http://discuss.microsoft.com/archives/dotnet-language-devs.html

Some good books you should look at are "Compiling for the .NET Common
Language Runtime" by John Gough and "Inside .NET IL Assembler" by
Serge Lidin.



Mattias
 
Back
Top