Resources to learn how to create a compiler /interpreter for the .NET framework
Asked Answered
H

1

4

I'd like to learn more how to create a language for .NET framework. I think I'd like to build a DLR language. I'm having hard time founding good resources. I found a descent article on MSDN that was written more than a year ago. I also spent couple of hours looking at IronPython source code.

Could you please share with your resources on this subject.

Thanks

Horsefly answered 19/9, 2009 at 14:25 Comment(3)
The authoritative SO question on compiler resources: https://mcmap.net/q/63539/-learning-to-write-a-compiler-closed . Of course you need to understand you target (.NET) too.Coppock
and look, in the first answer to the above "Roll Your Own Compiler for the .NET framework": msdn.microsoft.com/en-us/magazine/cc136756.aspxCoppock
@dmckee, I read the article and I mentioned it in my question. However, the link to the article in my question is not very descriptive. You need to click on it to see what article it reefers. I should've done a better job.Horsefly
H
1

Have a look at the links compiled on this blog.

http://benjaminnitschke.com/post/2009/03/31/Writing-your-own-programming-language-with-the-DLR-%28Dynamic-Language-Runtime%29.aspx

Hols answered 23/9, 2009 at 20:20 Comment(3)
fixed link: benjaminnitschke.com/post/2009/03/31/…Shakhty
Both urls are down nowScandal
New fixed link: benjaminnitschke.com/post/2009/03/30/…Dystrophy

© 2022 - 2024 — McMap. All rights reserved.