https://github.com/plusls/uestc-compiler
UESTC 编译原理实验
https://github.com/plusls/uestc-compiler
Last synced: 8 months ago
JSON representation
UESTC 编译原理实验
- Host: GitHub
- URL: https://github.com/plusls/uestc-compiler
- Owner: plusls
- Created: 2019-05-28T06:40:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-03T14:46:58.000Z (about 7 years ago)
- Last Synced: 2025-03-29T16:11:08.305Z (about 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UESTC-Compiler
UESTC 编译原理实验
```shell
python3 compile.py lex test/test1 ;词法分析
python3 compile.py all test/test1 ;词法分析+语法分析
```