diff --git a/README.md b/README.md index 7ad25f9..2d78100 100644 --- a/README.md +++ b/README.md @@ -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. +## 📖 Full Docs +https://nodrop.xyz/docks/docs.html + ## 🚀 Features - **Custom Syntax**: C-like syntax easy for beginners. - **Variables**: Support for `int` and `bool`.