Better handling of Static Scope

This commit is contained in:
2018-11-23 13:28:11 +01:00
parent 95f76bc5e3
commit d6e18d9b0c
5 changed files with 71 additions and 29 deletions

View File

@@ -33,7 +33,7 @@ namespace UpsilonTests
public StaticScriptFixture()
{
var (evaluationScope, boundScope) = StandardLibrary.Create();
var (evaluationScope, boundScope) = Upsilon.StandardLibraries.StaticScope.CreateStandardLibrary();
StaticScope = evaluationScope;
BoundScope = boundScope;
}