Compiler

Todo

This page is a stub. It is supposed to document the compiler.

Libraries

Using a library

Note

The module system only exists in the kOS-C world. When the compiler generates code for a program, it will determine which declarations from imported modules are used and merge them all into the output file.

Creating a library

Advanced Options