Skip to main content
🚨 重要提示

本项目目前仍处于早期开发阶段,核心功能尚未完全实现,语法规范和工具链仍在持续完善中。

Project Structure

root/
├── compiler/ # Compiler source code
│ ├── lexer/ # Lexical analyzer
│ ├── parser/ # Parser
│ └── tests/ # Unit tests
├── docs/ # Documentation
│ ├── Internal/ # Internal development documentation
│ └── README.md # Project description
└── CMakeLists.txt # CMake configuration file