Xreate
The Xreate programming language
|
XreateManager decorator to support Modules. More...
#include <xreatemanager-modules.h>
XreateManager decorator to support Modules.
Scans source code looking for other modules requirements. Finds and connects other modules to satisfy a current module's requirements
Additional Inherited Members | |
Public Member Functions inherited from XreateManager | |
virtual void * | run ()=0 |
Consequently executes all compilation and code execution phases. | |
Static Public Member Functions inherited from XreateManager | |
static XreateManager * | prepare (std::string &&code) |
Constructs XreateManager for a given code. | |
static XreateManager * | prepare (FILE *code) |
Constructs XreateManager for a given script file. | |