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.
- 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.
- C++ Compiler: Ensure you have a modern C++ compiler (e.g., g++, clang++) installed.
- CMake: For building the project.
-
Clone the Repository:
git clone https://github.com/kiruthikpurpose/KEROC.git cd keroc
-
Build the Project:
mkdir build cd build cmake .. make
-
Run the Compiler:
./keroc