Skip to content

Latest commit

 

History

History
33 lines (30 loc) · 799 Bytes

README.md

File metadata and controls

33 lines (30 loc) · 799 Bytes

z++

This is a compiler written in C++ for the Z++ Programming Language. This programming language is still in development.

Requirements

  • C++23
  • CMake
  • llvm (Also on various Linux package managers)

How to Build

  • 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