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

蓝咒 提交于 2019-12-09 13:42:10

问题


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


回答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



来源:https://stackoverflow.com/questions/1448643/resources-to-learn-how-to-create-a-compiler-interpreter-for-the-net-framework

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!