# CompileTheory-SyntaxAnalysis **Repository Path**: shbfeng/CompileTheory-SyntaxAnalysis ## Basic Information - **Project Name**: CompileTheory-SyntaxAnalysis - **Description**: Use MFC to view the syntax analysis process - **Primary Language**: C++ - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-02-20 - **Last Updated**: 2022-03-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CompileTheory-SyntaxAnalysis ## Use MFC to view the syntax analysis process 1. The class file is LAN.h & LAN.cpp
2. The dialog source file defined the view way is MYLANDlg.h&MYLANDlg.cpp
3. The test grammers are stored in directory /MYLANY/测试文法
3. The exe is in /DEBUG/MYLAN.exe
Besides, the other source files are generated by visual studio itself.
###Thanks for reading and you can get detailed description of the code on my zhihu.
编译原理——语法分析器的设计和实现(包含可视化) - Hallucination的文章 - 知乎 https://zhuanlan.zhihu.com/p/64768035