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