# 编译原理作业 **Repository Path**: wangpin-code/111 ## Basic Information - **Project Name**: 编译原理作业 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-04-22 - **Last Updated**: 2025-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 命名规范 1. 所有源文件写入src 2. 所有头文件写入include 3. 不要把没用的东西堆到main里面 ## 编译运行 输入 ./make.bat 进行编译 输入 ./main.exe 进行运行 ## 源文件注意事项 使用相对路径编码 ```c++ #include"../include/nfa.h" ``` ## debug须知 include一下include\debug.h(采用相对引用) 享受debug(xxx)使用,用法同printf