https://github.com/niutrans/compiler-notes
https://github.com/niutrans/compiler-notes
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/niutrans/compiler-notes
- Owner: NiuTrans
- Created: 2023-02-23T08:13:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-24T05:18:39.000Z (about 3 years ago)
- Last Synced: 2025-01-08T18:12:06.479Z (over 1 year ago)
- Size: 14 MB
- Stars: 64
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 编译原理讲义
*王宝库 张俐 朱靖波 王会珍 马安香 肖桐*
*东北大学 计算机科学与工程学院 自然语言处理实验室*
## 简介
《编译原理》是计算机及相关专业的基础课程之一。
作为一个长期从事《编译原理》教学和实践的团队,我们很高兴能有机会把这门课程的教学内容进行分享,供学习者参考。
本讲义的最初版本源自王宝库老师编写的《编译原理》教学课件,并经过张俐老师多次修改,形成了相对完整的版本。此后,东北大学多位教师在教学中使用了本讲义进行教学,并在此基础上开展了大量的实践。本讲义尽可能用通俗易懂的方式介绍编译器设计所涉及的理论、方法、算法和实现技巧,适合初学者使用。但是,程序设计语言和编译技术的发展十分迅速,本讲义的部分内容也会与时俱进,不断更新,欢迎大家提出宝贵意见!
特别感谢参与讲义编写、排版、校对的同学们:*阮俊豪、常开妍、范瑀纯、黄鹏程、寇凯淇、周航、刘沛灼、赫洱锋、蒙龙、张靖男、黄灿安*
网站地址: https://opensource.niutrans.com/complier-notes/homepage.html
Github: https://github.com/NiuTrans/compiler-notes
## 讲义
完整版本:[完整版](https://opensource.niutrans.com/complier-notes/pdf/compiler-notes.pdf)
- [目录](https://opensource.niutrans.com/complier-notes/pdf/contents.pdf)
- [1 编译程序的基本概念](https://opensource.niutrans.com/complier-notes/pdf/chapter1.pdf)
- [2 形式语言基础](https://opensource.niutrans.com/complier-notes/pdf/chapter2.pdf)
- [3 自动机基础](https://opensource.niutrans.com/complier-notes/pdf/chapter3.pdf)
- [4 词法分析](https://opensource.niutrans.com/complier-notes/pdf/chapter4.pdf)
- [5 语法分析](https://opensource.niutrans.com/complier-notes/pdf/chapter5.pdf)
- [6 符号表](https://opensource.niutrans.com/complier-notes/pdf/chapter6.pdf)
- [7 中间代码生成](https://opensource.niutrans.com/complier-notes/pdf/chapter7.pdf)
- [8 优化处理](https://opensource.niutrans.com/complier-notes/pdf/chapter8.pdf)
- [9 目标代码及其生成](https://opensource.niutrans.com/complier-notes/pdf/chapter9.pdf)
## 问题
关于讲义的任何问题和建议,请联系:maanxiang [at] mail.neu.edu.cn 或 xiaotong [at] mail.neu.edu.cn