compiler design 的资料

14.<轻量级的面向对象C语言编程框架> 金永华 陈国栋 《PROGRAMMER》10年第4期
     P115  material location: ~\theory\compile\object oriented programming implementation\lwoopc\

15. 第七章'函数式程序' 选自《现代编译程序设计》‘Modern Compiler Design’--Dick Grune,
    其中图归约器的三步机制是实现函数式语言的关键。
    其前端编译器源代码:F:\trial\compiler\book\modern compiler design\CODE\code\fg7\interpreter
16.《Language Implementation Patterns》
     ~\theory\compile\book\Language Implementation Patterns

17.我是如何设计并实现一门程序设计语言——一门函数式编程语言Lucida的诞生
     ~\theory\compile\cnblogs.com
 
原文地址:https://www.cnblogs.com/mill2002/p/2622216.html