Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 663 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 663 Bytes

Astro

Build Status

Astro is a cross-platform programming language that strives to make multithreading and other hardware advantages more natural. Astro is a compiled language. Current plans strive for a procedural approach with designs capable of supporting Object-Orieted programming later.

Building Astro

Astro utilizes the CMake build system. Download or compile CMake 3.12 or higher.

# Start at the root of the project.
mkdir build
cd build
cmake ..
make