# SimpleCompiler **Repository Path**: petery001/SimpleCompiler ## Basic Information - **Project Name**: SimpleCompiler - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-10 - **Last Updated**: 2025-10-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SimpileCompiler SimpileCompiler 编译器 ## 使用方法 ```shell git clone https://github.com/Simple-XX/SimpleCompiler.git cd SimpleCompiler mkdir build cd build cmake .. # 查看帮助信息 ./bin/SimpleCompiler -h # 词法检查,会将结果输出到命令行窗口 ./bin/SimpleCompiler ../src/test/test_lexical.c -o 1 ``` ## 参考资料 - 自己动手写编译器、连接器,王博俊 张宇 清华大学出版社 - [怎样写一个解释器](http://www.yinwang.org/blog-cn/2012/08/01/interpreter) - 自己动手构造编译系统 编译、汇编与链接,范志东 张琼声 机械工业出版社