From 15ba833520ef5223eb58e974b9c51571e6586ac9 Mon Sep 17 00:00:00 2001 From: mmichlol Date: Fri, 6 Feb 2026 18:52:24 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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`.