-
编程环境 Clion+Cygwin
-
文件编码 UTF-8
-
工程结构
CompilerPrinciples/ - Analyzer/ - LexicalAnalyzer.hpp # 词法分析 - SyntaxAnalyzer.hpp # 语法+语义分析 - Component/ - Utils.hpp # 类型定义与工具函数 - Identifier.hpp # 标识符类与临时变量 - IdentifierTable.hpp # 标识符表 - CodeTable.hpp # 中间代码表/四元式表 - TempVarTable.hpp # 临时变量表 - main.cpp # 入口主程序
-
编译运行该项目
cmake -B build cmake --build build/ ./build/CompilerPrinciples rm -rf build
or
make build make run make clean
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
22年njtech本科编译原理课程设计
License
NephrenCake/CompilersPrinciples
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|