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 ----------------