Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.
/ perun Public archive

[WIP] Modern compiled low-level programming language in development

License

Notifications You must be signed in to change notification settings

jiribenes/perun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Perun Programming Language

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.

Building

Dependencies

  • CMake >= 3.0
  • C++14-compatible compiler (such as GCC >= 5.0 or Clang >= 3.6)

Instructions

Linux & Make

mkdir build
cd build
cmake ..
make
cd ..
build/perun $YOUR_FILE.per

Windows

JetBrains CLion or Visual Studio 2017+

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

About

[WIP] Modern compiled low-level programming language in development

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages