Implement import test, fix import support in compiler and evaluator

This commit is contained in:
Ilya Chernikov
2018-12-09 22:35:39 +01:00
parent fce68102bd
commit 1e74ab5a62
10 changed files with 133 additions and 49 deletions
@@ -0,0 +1,4 @@
val helloScriptName = "helloWithVal"
println("Hello from $helloScriptName script!")