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