c37a1228502f13d54c4e1aae95a9e89371bf2f20
PCC Compiler (My C++ Compiler)
Docs
https://nodrop.xyz/docs/docs.html
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.
🚀 Features
- Custom Syntax: C-like syntax easy for beginners.
- Variables: Support for
int,boolandstring. - include files: you can include base files from compiler
#include <main.pcc>or your own files#include "myfile.pcc". - KeyBoard and Inputs Support: now you can control keyboard inputs using
#include <Input.pcc>. - Control Flow:
ifstatements support. - Functions: Define and call
voidfunctions. - Native Compilation: Compiles directly to x64 machine code.
- More Informations: For more informations check PCC Docs.
🛠️ Usage
- Download the latest release from the Releases page.
- Unzip the archive to C:/PCC/
- Run
start.batas Administrator. - Compile your code:
PCC.exe code.pcc.
Created by Michał Lewandowski
Releases
6
Languages
C++
100%