Download the Compiler
First, get the `cimplec` compiler source code from the official GitHub repository. You will need a C++ compiler (like `g++`) installed on your system to build it.
# Clone the repository
git clone https://github.com/your-username/cimple.git
# Navigate into the project directory
cd cimple
# Compile the transpiler
g++ src/*.cpp -o cimplec