Allow setting boundscope

This commit is contained in:
Deukhoofd 2018-12-12 20:43:12 +01:00
parent 2bdb469b6f
commit 4b93302c86
No known key found for this signature in database
GPG Key ID: B4C087AC81641654
1 changed files with 1 additions and 0 deletions

View File

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