Hello
I want to build an interpreter using .Net for some sort of high level language. As a result i need some detail information on .NET CLR(Common Language Runtime) and MSIL (Micro soft Intermediate Language) . I dont find any detail specification on those things but some brief infomation in MSDN.
Does anybody know or have the CLR Specification ?
Any suggesstion building an interpreter will be helpful
Thanks