Skip to content
/ zpp Public

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

License

Notifications You must be signed in to change notification settings

retrooper/zpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published