Members used by the virtual machine. This is constructed only with evaluation-time scopes.
Definition at line 79 of file scope.hpp.
This is a pointer to the compile-time scope, primarily is used to access field Scope::NamedResources. which is only created with compile time scopes. This concept allows creating resources at compile-time which can be used for evaluation.
A sample use case is implemented with the built-in compiler plug-in Strings. When wildcard or regex matching is performed on constant pattern strings, the matching class (which itself "compiles" the pattern once) is created once and reused during evaluation.
Definition at line 96 of file scope.hpp.