OneScript
  • Welcome to OneScript
  • OneScript Overview
    • Dates and Times
    • Sets
    • Types
    • Fields
      • Helper Fields
      • Labels
      • Standard Text
    • Snapshots
    • State Management
    • Future Features
  • Get OneScript
  • Macro Overview
    • Macro Virtual Machine
    • Code Instructions
  • Standard Libraries
    • Core
    • Data
    • Interview Model
  • Linker Overview
    • Objects
  • Contact Us
Powered by GitBook
On this page

Linker Overview

PreviousInterview ModelNextObjects

Last updated 3 years ago

With most languages it is important to cater for modular, reusable code. The linker has a the job of combining into an executable image suitable for running on the .

It can also discern between external libraries and those that will be integrated into the final executable. For example, the standard libraries are all external libraries designed to be referenced at run time.

This section discusses the following:

Compiler Objects
Macro Virtual Machine
The objects that make up an image.