Update [2021-01-01]: The rewrite has been abandoned and this repository is now archived. The original version of Perun with its source code is private, but available upon request.
The Perun C++ compiler is under heavy development as it is being rewritten from a prototype.
- CMake >= 3.0
- C++14-compatible compiler (such as GCC >= 5.0 or Clang >= 3.6)
mkdir build
cd build
cmake ..
make
cd ..
build/perun $YOUR_FILE.per
Just open the top-level folder as a project and build it. You can then run the produced binary from the command line or using the dedicated button.
Note: VS2017 has not been tested yet but it should support CMake as its build/project files