-
Notifications
You must be signed in to change notification settings - Fork 0
编译原理参考(开坑)
codergooze edited this page Nov 6, 2018
·
12 revisions
- 入门
- 入门书
- 尝试动手写RE解释器
- 完成 The Elements of Computing Systems相关项目
- 阅读CSAPP,编程语言实现模式,尝试设计一个DSL语言
- 完成scheme解释器, 参考:Compilers: Backend to Frontend and Back to Front Again
- 完成json解释器
- 尝试设计一门语言,eg: tinyC:[http://bellard.org/tcc/]
- C语言向
推荐学习方向:LCC < TCC < C4 < OTCC
- Java向
- 学了编译原理能否用Java写一个编译器或解释器?
- JScheme