Skip to content

HarishDevLab/Core-C-Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CORE C: Portable C Compiler

Installation

Download the latest portable version from the Releases section.
No installation needed — just download and run!


Support Me

Buy Me a Coffee LinkedIn YouTube Instagram

"UPI"

About

CORE-C is a completely portable, real-time C compiler and execution tool built with Python and embedded GCC (WinLibs). It allows users to compile and run C programs dynamically, with full real-time interaction support.


Features

  • Fully portable — no installation or environment setup required
  • Embedded GCC toolchain (x86_64, POSIX, SEH, UCRT)
  • Real-time printf/scanf interaction in cmd
  • Simple file editor and runner in one interface
  • Windows support (64-bit)

How to Use

  1. Download the Core-C.exe from the Releases.
  2. Run .exe file.
  3. Type your C code in the editor window.
  4. Click Run to compile and execute.
  5. The output will appear in the real-time console.

Requirements

  • Windows 10/11 (64-bit)
  • No external dependencies — all required tools are bundled

Developer Notes

This project uses:

  • GCC 15.1.0 (MinGW-w64 UCRT, POSIX, SEH) from WinLibs.com
  • Python 3.13 with tkinter for GUI

All licenses for GCC and associated tools are included in the ATTRIBUTION.txt.

License

This project is open-source.

Contact for collaboration

harishrajrt007@gmail.com
https://github.com/HarishDevLab