哈工大软件学院编译原理实验
==========================
这是我用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