Allow setting boundscope
This commit is contained in:
@@ -47,6 +47,7 @@ namespace Upsilon.StandardLibraries
|
|||||||
_staticBoundScope = boundScope;
|
_staticBoundScope = boundScope;
|
||||||
return _staticBoundScope;
|
return _staticBoundScope;
|
||||||
}
|
}
|
||||||
|
set => _staticBoundScope = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static (EvaluationScope, BoundScope) CreateStandardLibrary()
|
public static (EvaluationScope, BoundScope) CreateStandardLibrary()
|
||||||
|
|||||||
Reference in New Issue
Block a user