WILDHostFunctions

Includes:
"LEOInstructions.h"
"ForgeTypes.h"

Introduction

All the custom-syntax functions (including object descriptors) specific to Stacksmith are implemented here, along with the syntax to parse them. To register them, call:

	LEOAddInstructionsToInstructionArray( gStacksmithHostFunctionInstructions, WILD_NUMBER_OF_HOST_FUNCTION_INSTRUCTIONS, &kFirstStacksmithHostFunctionInstruction );
	LEOAddHostFunctionsAndOffsetInstructions( gStacksmithHostFunctions, kFirstStacksmithHostFunctionInstruction );