Skip to content

PhosphorLang/PhosphorStandardLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

The Phosphor Standard Library

The standard library for the Phosphor programming language.

External Dependencies

You need the following present on your system to compile the standard library:

Compilation

To compile the standard library you only need to run the build script with the target as parameter:

./build.sh <target>

For example Linux on Amd64:

./build.sh linuxAmd64

You can get an overview over all possible targets with help:

./build.sh --help

After that, the standard library file standardLibrary.a and the header files can be found in the bin/<target> folder.