2026-02-07 10:39:00 +00:00
2026-02-07 11:33:50 +01:00
2026-02-06 16:04:23 +01:00
2026-02-06 14:43:44 +00:00
2026-02-06 16:04:23 +01:00
2026-02-07 10:39:00 +00:00

PCC Compiler (My C++ Compiler)

Version Status Platform

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, bool and string.
  • include files: you can include base files from compiler #include <main.pcc> or your own files #include "myfile.pcc".
  • Control Flow: if statements support.
  • Functions: Define and call void functions.
  • Native Compilation: Compiles directly to x64 machine code.

🛠️ Usage

  1. Download the latest release from the Releases page.
  2. Unzip the archive to C:/PCC/
  3. Run start.bat as Administrator.
  4. Compile your code: PCC.exe code.pcc.

Created by Michał Lewandowski

Description
No description provided
Readme MIT 173 KiB
Languages
C++ 100%