Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 416 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 416 Bytes

Yuzu Programming Language

Overview

This project explores compiler design principles, including syntax analysis, semantic analysis, and code generation, using C++. The goal is to gain hands-on experience with writing a compiler to C/C++ (opposed to Rust, which most of my other side projects are written in) and improve my programming skills in C++.

License

This project is licensed under the MIT License.