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