#include <GScriptingPriv.h>
Inherits GScriptUtils.
Public Member Functions | |
GCompiler (SystemFunctions *sf) | |
Constructor. | |
GCompiledCode * | Compile (GScriptContext *Context, char *FileName, char *Script, GStream *Log=0, GCompiledCode *previous=0) |
Compile the source into byte code. |
GCompiler::GCompiler | ( | SystemFunctions * | sf | ) |
Constructor.
sf | The system library functions |