Skip to content

Latest commit

 

History

45 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Compiler Lab

用 C++ 实现的编译原理实验

📌 项目结构

.
├── code/
│   ├── Lexical Analysis/
│   ├── LL parser/
│   ├── LR parser/
│   └── Translation Schema/
├── .gitignore
└── README.md

🧠 功能模块

  • 词法分析(Lexical Analysis)
  • 语法分析(Syntax Analysis)
  • 语义分析(Semantic Analysis)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages