# SNLCompilerGraphic **Repository Path**: breezing1422/SNLCompilerGraphic ## Basic Information - **Project Name**: SNLCompilerGraphic - **Description**: 编译原理课程设计 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2021-06-14 - **Last Updated**: 2021-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 这是什么? 这是吉林大学编译原理课程设计。完成了SNL语言的词法分析与递归下降语法分析与LL1语法分析 ![词法分析界面](res/lex.gif "词法分析") ![语法树展示](res/parse.gif "语法树")