Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/HIT-Alibaba/HIT_Compiler_Experiment
哈工大编译原理实验
https://github.com/HIT-Alibaba/HIT_Compiler_Experiment
Last synced: 1 day ago
JSON representation
哈工大编译原理实验
- Host: GitHub
- URL: https://github.com/HIT-Alibaba/HIT_Compiler_Experiment
- Owner: HIT-Alibaba
- Created: 2014-10-03T03:42:17.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-11-03T05:17:48.000Z (about 5 years ago)
- Last Synced: 2024-08-02T07:02:18.373Z (3 months ago)
- Language: Python
- Homepage:
- Size: 41 KB
- Stars: 163
- Watchers: 5
- Forks: 45
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
哈工大软件学院编译原理实验
==========================这是我用Python实现的版本,没有图形界面,有很多Bug,其中```lexer.py```, ```parser.py```, ```sema.py```,分别是词法分析,句法分析和语义分析。可以参考,但是不推荐直接使用。
推荐使用下面学长实现的版本,都是有图形界面的:
**PS:真的可以直接用,不骗你们的!自己写的话肯定收获会比较大,但是得分真的不一定有抄的高!自己写的话,要想得分高,也一定要有图形界面!看你自己选择了少年,学长们只能帮你到这儿了...**
**Update:说可以直接用,你们不能真的就一点都不改拿来就用吧。。。学长没想到你们还是 too young,这么 naive 啊。。。变量名,程序结构啥的改改再用啊,代码混淆懂不懂啊亲。。。**
[Macroszh](https://github.com/marcoszh)
* https://github.com/marcoszh/Compilation1
* https://github.com/marcoszh/Compilation2
* https://github.com/marcoszh/Compilation3[Winlandiano](https://github.com/winlandiano)
* https://github.com/winlandiano/CompilerExp1_lexical_analysis (这个没有图形界面,下面两个有)
* https://github.com/winlandiano/CompilerExp2_Syntax_Analysis
* https://github.com/winlandiano/CompilerExp3_Semantic_Analysis-[LeechanX](https://github.com/LeechanX)
* https://github.com/LeechanX/My-Compiler-Designer--final-version-
[zsy112371](https://github.com/zsy112371)
* https://github.com/zsy112371/bianyi
[MaybeMercy](https://github.com/MaybeMercy)
* https://github.com/MaybeMercy/Compiler_Experiment