Visual Studio support for coding directly in *IL?

Posted by jdk on Stack Overflow See other posts from Stack Overflow or by jdk
Published on 2010-03-14T19:58:59Z Indexed on 2010/03/14 20:25 UTC
Read the original article Hit count: 383

Filed under:
|
|
|
|

For the longest time I've been curious to code in Intermediate Language just as an academic endeavour and to gain a better understanding of what's "happening under the hood".

Does anybody provide Visual Studio support for *IL in the form of: project templates, IntelliSense integration, and those kind of RAD features?

Edits: I don't mean restricted to out of the box support. For example, I can download Visual Studio extensions to support Python, COBOL, etc. Want the same for *IL.

There is a stand-alone Intermediate Assembler tool.

© Stack Overflow or respective owner

Related posts about cil

Related posts about il