/C--Compiler

C--compiler which implements LL(1)\LR(0)\SLR\LR(1) and semantic analysis and MIPS generate

Primary LanguagePython

实现了C--语言的一遍扫描编译,包括词法分析、LR(1)语法分析、属性文法+中间代码生成、MIPS汇编生成 编译脚本由Python2.7实现,图形界面由WPF实现,通过IronPython进行脚本执行