Technical documentation
Global overview
: This document gives a global map of how the compiler works.
The Scanner
explains how scanning is done
The interpreter
describes the inner workings of the interpreter and how automations are resolved.
The messaging system
describes how messages are handled.
The object database
gives a little more info on how the compiled data is stored.
The exception system
describes how hard and software exceptions are generated and handled.
Error reporting
explains how errors are trapped and stored.
Spaces and stores
describes how the container mechanisme works.
The include system
gives an overview of how code files are combined.
The RTTL
explains how the run time type library of gene is put together.