开发者

Which .NET Programming Languages Have a CodeDom Provider?

开发者 https://www.devze.com 2022-12-17 10:50 出处:网络
Aside from C#, VB.NET, C++ (Managed an开发者_开发知识库d C++/CLI), and F#, which .NET programming languages have their own CodeDom provider?I thought about making one for UnrealScript, but I run into

Aside from C#, VB.NET, C++ (Managed an开发者_开发知识库d C++/CLI), and F#, which .NET programming languages have their own CodeDom provider?


I thought about making one for UnrealScript, but I run into odd issues like the fact that CodeBinaryOperatorType doesn't include an exclusive-or operation. The new expression trees in .NET 4 seem like a much better representation of what features the CodeDom should offer at a block level (as in a block of statements that makes up a function body).

I think we need a new CodeDom that takes the outer portions of System.CodeDom and uses the internals of System.Linq.Expressions. Then make the result able to produce either a dynamic assembly or source code as output. (Now that I think about it, producing a compiled assembly would actually be the same as creating a new "language" to output source to.)

Edit: On top of that, you also have to consider implementing the CodeModel API, since very often the CodeDom is implemented as someone is integrating a new language into Visual Studio.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号