Xreate
The Xreate programming language
|
Versioned variables code scope level compilation support. More...
#include <versions.h>
Versioned variables code scope level compilation support.
Decorates xreate::compilation::ICodeScopeUnit to enable versioned variables compilation. An order of variables computation is determined by VersionsPass.
Additional Inherited Members | |
Protected Member Functions inherited from ICodeScopeUnit | |
virtual IFnInvocation * | findFunction (const Expression &opCall)=0 |
For subclasses to implement this method to define a function name resolution. | |