compile.1

This source file contains all the compiling and creating words within the IsForth kernel. It controls the allocation of both head space (where Forth builds its own internal symbol table) and of list space (where all code is compiled to).

It also contains the fload mechanism used to interpret Forth source files and the word quit which is Forths inner interpreter.

All definitions within this soruce file are assembled into the compiler vocabulary.