This is a compiler written in C++ for the Z++ Programming Language. This programming language is still in development.
- C++23
- CMake
- llvm (Also on various Linux package managers)
- First clone this repository
git clone https://github.com/retrooper/zpp- Then create a build folder which will contain all data necessary to run the program.
mkdir build- Move to that build in the terminal (asumming you are curently in the workspace folder)
cd build- Run the build commands
cmake ..make- You can now move back to the workspace folder. The executable should now be in the build folder. Run that binary. Here is how you do it on Linux.
./build/zpp