Update README.md

This commit is contained in:
2026-02-06 18:52:24 +00:00
parent 1b78dadf34
commit 15ba833520

View File

@@ -6,6 +6,9 @@
**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.
## 📖 Full Docs
https://nodrop.xyz/docks/docs.html
## 🚀 Features ## 🚀 Features
- **Custom Syntax**: C-like syntax easy for beginners. - **Custom Syntax**: C-like syntax easy for beginners.
- **Variables**: Support for `int` and `bool`. - **Variables**: Support for `int` and `bool`.