https://github.com/disc0ver-csu/compiler-principles
https://github.com/disc0ver-csu/compiler-principles
compiler-principles
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/disc0ver-csu/compiler-principles
- Owner: disc0ver-csu
- License: mit
- Created: 2020-08-19T07:17:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-02T05:09:34.000Z (over 5 years ago)
- Last Synced: 2025-03-25T18:45:41.189Z (over 1 year ago)
- Topics: compiler-principles
- Language: C++
- Size: 16.9 MB
- Stars: 4
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 编译原理
- codes:源码仓库
- opg-edwardzcn 算符优先文法程序
- opg-1.x.cpp:《编译原理(陈火旺第三版)》例 5.4 文法 G 对应的程序:
- opg-2.x cpp: 四则运算(左结合)带括号的文法 G 对应的程序,进行了代码重构。
- reports:报告模板
- materials: 参考资料
- 程序设计语言编译原理(陈火旺第三版).pdf
- 离散数学及其应用(英文教材).pdf
- 2020 年春季编译原理课程视频:[B 站链接](https://b23.tv/ovpwdi)