I am writing paper on extending default c# 3.0 compiler with some functions from ML.But I am having very hard time with finding any official literature from Microsoft.
Thanks for any help.
I am writing paper on extending default c# 3.0 compiler with some functions from ML.But I am having very hard time with finding any official literature from Microsoft.
Thanks for any help.
How about the C# 3.0 specification? Is that the kind of thing you're after?
Have you tried searching Google Scholar? Here's one I found that was quite interesting, however you don't specify exactly what you are looking for.
If you plan to extend a compiler, you probably want to choose Mono's C# implementation, since it's open source. However it does not yet implement all 3.0 features.
update:
@Jon: I guess I misread the State of the Compiler section behind the link. I interpreted hyperlinked features as being implemented, while plain-text features were not. Now I realize there is no basis for this assumption, and in fact contradicts the introductory paragraph.