Skip to content

A fast, Python-like language blending simplicity with C-level performance.

License

Notifications You must be signed in to change notification settings

kiruthikpurpose/KEROC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KEROC - Kiruthik's Effective Recreation Of C

KEROC is a new programming language that combines the simplicity of Python with the performance of C. This project includes the compiler and essential tools for the KEROC language.

Features

  • Python-like Syntax: Easy to read and write, inspired by Python. ./keroc- High Performance: Execution speed comparable to C.
  • Extensible: Designed to be extended with libraries and tools.

Getting Started

Prerequisites

  • C++ Compiler: Ensure you have a modern C++ compiler (e.g., g++, clang++) installed.
  • CMake: For building the project.

Installation

  1. Clone the Repository:

    git clone https://github.com/kiruthikpurpose/KEROC.git
    cd keroc
    
  2. Build the Project:

    mkdir build
    cd build
    cmake ..
    make
    
  3. Run the Compiler:

    ./keroc

About

A fast, Python-like language blending simplicity with C-level performance.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages