Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chenhs1641/SJTU-IS203
https://github.com/chenhs1641/SJTU-IS203
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chenhs1641/SJTU-IS203
- Owner: chenhs1641
- Created: 2020-10-14T12:14:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-14T07:51:36.000Z (about 4 years ago)
- Last Synced: 2024-05-22T19:32:17.158Z (9 months ago)
- Language: C++
- Size: 5.85 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-scs - 2020 - Seal Compiler
README
# README file for SJTU-IS203
#### 上海交通大学2020-2021学年第1学期 编译原理(IS203)课程大作业
## SEAL 语言编译器 :sweat_smile:
#### 任务:
* 词法分析 `hw1`
* 语法分析 `parser`
* 语义分析 `syntax`
* 目标代码生成 `code-generate`
##### 注:每个文件夹下以0结尾的文件为标准分析程序