|
interface | IG.Lib.ILoadableScriptInterpreter |
| Interface for interpreters that can install commands from loadable scripts and run them. More...
|
|
class | IG.Lib.LoadableScriptInterpreterBase |
| Interpreter that can install commands from dynamically loaded (compiled) scripts and run them. Script loader object of a type is accessed through a property that can be overridden in derived classes, such that a different script loader is used. This is importand because different libraries will be required for compilation in different contexts. Script loader property creates a new script loader on first access. More...
|
|