Update README.md

This commit is contained in:
2026-02-06 15:35:41 +00:00
parent 576035a6d8
commit a388e79b71

View File

@@ -7,8 +7,6 @@
**PCC Compiler** is a custom programming language compiler built from scratch in C++. It translates PCC code into x64 Assembly (NASM), which is then linked into a standalone Windows executable. **PCC Compiler** is a custom programming language compiler built from scratch in C++. It translates PCC code into x64 Assembly (NASM), which is then linked into a standalone Windows executable.
This project was developed as a holiday project for the Masovian Voivodeship coding challenge.
## 🚀 Features ## 🚀 Features
- **Custom Syntax**: C-like syntax easy for beginners. - **Custom Syntax**: C-like syntax easy for beginners.