Next: , Up: Executive Assembler   [Index]


8.1 Executive Assembler Introduction

The scope of the executive assembler refers to pre parsing stage of executing a program, the stage at which the objects required for the program parsing and execution are brought together. Nonetheless, for this introduction the creation of a complete standalone aime interpreter will be described.

The interpreter will expose most of the described aime features. It will be able the execute programs read from files or specified in its command line and it will be able to display the lists of available functions and constants.

All of the described aime libraries will be available for the interpreted programs.