https://github.com/linchuming/compiler_project
The project description of COMP130014.01 in Fudan University
https://github.com/linchuming/compiler_project
Last synced: 2 months ago
JSON representation
The project description of COMP130014.01 in Fudan University
- Host: GitHub
- URL: https://github.com/linchuming/compiler_project
- Owner: linchuming
- License: mit
- Created: 2017-09-07T14:13:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-08T10:37:13.000Z (over 6 years ago)
- Last Synced: 2025-04-02T11:11:15.502Z (2 months ago)
- Homepage:
- Size: 1.36 MB
- Stars: 5
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# 编译Project
### 说明
所有要求请阅读[Project说明](Project说明.pdf)
### 环境配置
1. linux,以下以ubuntu为例
2. `sudo apt-get install flex`
3. `sudo apt-get install bison`### DEMO
提供一个表达式计算作为入门的参考:[demo](demo)### 参考资料
1. [PCAT语言参考](pcat语言参考指南.pdf)
2. [Flex manual](http://ranger.uta.edu/~fegaras/cse5317/flex/flex_toc.html)
3. [Bison manual](http://ranger.uta.edu/~fegaras/cse5317/bison/bison_toc.html)