Allow setting boundscope
This commit is contained in:
parent
2bdb469b6f
commit
4b93302c86
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue