# HIT_Compiler_Experiment **Repository Path**: G-SS-Hacker/HIT_Compiler_Experiment ## Basic Information - **Project Name**: HIT_Compiler_Experiment - **Description**: 哈工大编译原理实验 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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