Skip to content
/ iris Public

Compiler for the iris programming language

Notifications You must be signed in to change notification settings

ruarq/iris

Repository files navigation

iris

C/C++ CI

Iris is a general-purpose multi-paradigm (functional, procedural, structural) programming language.

Building

Dependencies

  • libfmt:10.1.0+
  • A C++ compiler (clang++:14+)
  • make:3.81+

Instructions

Run

./premake5 gmake2
make config=release

The binaries will be in the ./bin/release directory.