# C--Compiler **Repository Path**: William_Shawn/c--compiler ## Basic Information - **Project Name**: C--Compiler - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-21 - **Last Updated**: 2025-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 运行环境 使用Linux系统 ## 运行步骤 1. `mdkdir build && cd build` 2. `cmake ..` 3. `make` 4. 测试词法分析:`./lexer ` 5. 测试语法分析:`./syner`