An open API service indexing awesome lists of open source software.

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

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)