working on REPL: test template and basic analyzer hacks

This commit is contained in:
Stepan Koltsov
2012-06-06 23:58:21 +04:00
parent bfec04f319
commit bace845b49
6 changed files with 300 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
>>> 1
1
>>> "aa"
aa
+4
View File
@@ -0,0 +1,4 @@
>>> 12 + 13
25
>>> "foo ${1 + 2}"
foo 3