Open Object Rexx - Files
Interpreter Runtime Source Files
This directory contains the ooRexx code for the basics of the ooRexx
interpreter runtime. This is the core interpreter control and major
definition files.
The following is a partial list of the files to be found in this subdirectory.
- RexxCore.h
- The root header file that pulls in most of the major interpreter
definitions.
- Interpreter.*
- The major interpreter control class. This is comprised of static
methods and static fields and holds the global interpreter state data.
- InterpreterInstance.*
- The process interpreter environment is made up one or more separate
interpreter instances, described by this class.
- Numerics.*
- A class consisting of static methods and fields for global numeric
processing.