Add shared script instances support, fix and refactor evaluation accordingly

also fix arguments order in the evaluator
This commit is contained in:
Ilya Chernikov
2019-01-07 18:10:57 +01:00
parent 7bb4233e17
commit 4571e273a4
7 changed files with 130 additions and 57 deletions
@@ -0,0 +1,4 @@
println("Hi from common")
var sharedVar = 2
@@ -0,0 +1,4 @@
println("Hi from middle")
sharedVar *= 2