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
+5
View File
@@ -0,0 +1,5 @@
fun foo(): Int { // RESULT: fun foo(): Int
return 1
}
foo() // RESULT: 1