Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 749 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 749 Bytes

Icarus

Icarus is an experimental general-purpose programming language, designed to be fast to compile, fast to run, and easy to migrate. Learn more here.

Building Icarus from Source

CI badge

Compiling from source requires:

  • clang++ version >= 14.0.0
  • Bazel version >= 6.2.1.

To compile this project from source:

$ git clone https://github.com/asoffer/Icarus.git
$ cd Icarus
$ bazel build -c opt ...

Language Documentation