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

https://github.com/plusls/uestc-compiler

UESTC 编译原理实验
https://github.com/plusls/uestc-compiler

Last synced: 8 months ago
JSON representation

UESTC 编译原理实验

Awesome Lists containing this project

README

          

# UESTC-Compiler
UESTC 编译原理实验

```shell
python3 compile.py lex test/test1 ;词法分析
python3 compile.py all test/test1 ;词法分析+语法分析
```