15ba833520ef5223eb58e974b9c51571e6586ac9
PCC Compiler (My C++ Compiler)
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
intandbool. - Control Flow:
ifstatements support. - Functions: Define and call
voidfunctions. - Native Compilation: Compiles directly to x64 machine code.
🛠️ Usage
- Download the latest release from the Releases page.
- Unzip the archive to C:/PCC/
- Run
setup.batas Administrator. - Compile your code:
PCC.exe code.pcc.
Created by Michał Lewandowski
Releases
6
Languages
C++
100%