Allow setting boundscope

This commit is contained in:
2018-12-12 20:43:12 +01:00
parent 2bdb469b6f
commit 4b93302c86

View File

@@ -47,6 +47,7 @@ namespace Upsilon.StandardLibraries
_staticBoundScope = boundScope;
return _staticBoundScope;
}
set => _staticBoundScope = value;
}
public static (EvaluationScope, BoundScope) CreateStandardLibrary()