Scratch: implement compiling executor

This commit is contained in:
Natalia Selezneva
2018-01-19 11:54:31 +03:00
parent dda0b38fb9
commit 654890fac3
16 changed files with 529 additions and 47 deletions
+2
View File
@@ -0,0 +1,2 @@
val a = 1 // RESULT: val a: Int
a // RESULT: 1