question about create my .NET

J

Jianhua Zhou

Hi,

I was new in .NET area. I have just take a seminar a few
days ago, and try to do something on .NET. I don't know if
that will possible and how should i do or where can i get
the information.

The project is, we have a pretty larger customer base,
they are using a special language developed by our
company, i like these program can be comipled and run
in .NET environment, ie I want my compiler can generated
the object which CLR understand. What should i do? How can
i achive this goal? Where can i found the object format
which is understanded by CLR?

Thanks and have a nice holiday!

Jianhua Zhou
 
M

Mattias Sjögren

Jianhua,
What should i do? How can
i achive this goal? Where can i found the object format
which is understanded by CLR?

Study the content of the Tool Developers Guide directory in the .NET
SDK. You may also want to join Microsoft's DOTNET-LANGUAGE-DEVS
mailing list

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

You should also consider getting John Gough's book "Compiling for the
..NET Common Language Runtime" and Serge Lidin's "Inside Microsoft .NET
IL Assembler".



Mattias
 

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