Xreate
The Xreate programming language
|
Encapsulates interpretation process based on analysis results from InterpretationPass. More...
#include <targetinterpretation.h>
Encapsulates interpretation process based on analysis results from InterpretationPass.
TargetInterpretation is executed during compilation and is intended to preprocess eligible for interpretation parts of a source code.
Keeps a list of InterpretationFunction / PIFunction that represent interpretation for an individual functions.
There is InterpretationScopeDecorator that embeds interpretation to an overall compilation process.